From 6bb02a5458ce18a26079d2b65de8eb27501e8b07 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 28 Jan 2022 14:17:02 -0300 Subject: [PATCH] Fix SC2155 warning --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"