From 7cd780bc65f89ae2aba230c5e1f1fce2e515b8d1 Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Tue, 21 Jul 2020 22:14:57 +1000 Subject: [PATCH] Fixed Missing '"' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dfa5abb..aca213f 100755 --- a/install.sh +++ b/install.sh @@ -127,7 +127,7 @@ download_the_repo () { else # TODO this is only for testing on makepkg branch !!! # git clone https://github.com/RyanGreenup/cadmus "$HOME/.cadmus" - git clone https://github.com/RyanGreenup/cadmus/tree/makepkg "$HOME/.cadmus + git clone https://github.com/RyanGreenup/cadmus/tree/makepkg "$HOME/.cadmus" fi