Fix SC2155 warning

This commit is contained in:
Santiago Lo Coco 2022-01-28 14:17:02 -03:00
parent 7b4f01cc34
commit 6bb02a5458
1 changed files with 1 additions and 1 deletions

View File

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