From d4796d99b14fa39e574b6c4de849d0c8c2c03961 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 22 Dec 2021 22:28:34 -0300 Subject: [PATCH] Fix another typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 477ae25..9933c89 100755 --- a/install.sh +++ b/install.sh @@ -135,7 +135,7 @@ getDotfiles() { git clone https://github.com/santilococo/CocoRice.git cd CocoRice sh scripts/bootstrap.sh - cd lastFolder + cd $lastFolder } runScript() {