diff --git a/install.sh b/install.sh index 5f3e97f..94ce7b0 100755 --- a/install.sh +++ b/install.sh @@ -485,7 +485,7 @@ finishInstallation() { } getDotfiles() { - local lastFolder=$(pwd -P) + lastFolder=$(pwd -P) cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents" git clone https://github.com/santilococo/cdotfis.git 2>&1 | debug cd cdotfis || printAndExit "Couldn't cd into ./cdotfis"