Fix install_exercism command

pull/2/head
Ensar Sarajčić 2021-11-05 13:56:20 +01:00
parent 682697c185
commit 799a0b538b
1 changed files with 1 additions and 1 deletions

View File

@ -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