From 799a0b538bcca0abe271c8dec898563cfeff6dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Fri, 5 Nov 2021 13:56:20 +0100 Subject: [PATCH] Fix install_exercism command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f90675c..b3ef849 100644 --- a/Makefile +++ b/Makefile @@ -303,7 +303,7 @@ install_exercism: check_os @mv /tmp/exercism ~/.local/bin/ @read -p "Enter your exercism API KEY (https://exercism.org/settings/api_cli): " apikey; @echo "Configuring exercism..." - exercism configure --token=$$apikey --workspace="~/Projects/Personal/Mixed Technology/Practice/exercism" + exercism configure --token="$$apikey" --workspace="~/Projects/Personal/Mixed Technology/Practice/exercism" .PHONY: install_vim install_vim: check_os link_vim