Fix SC2155 warning
This commit is contained in:
parent
7b4f01cc34
commit
6bb02a5458
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue