From 0b474514b1a67c4c7ce97f02638f171abd0608cc Mon Sep 17 00:00:00 2001 From: th33xitus <31533186+th33xitus@users.noreply.github.com> Date: Fri, 11 Sep 2020 12:34:47 +0200 Subject: [PATCH] fix: bug introduced with c98584d --- scripts/status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/status.sh b/scripts/status.sh index 1cde011..211a195 100755 --- a/scripts/status.sh +++ b/scripts/status.sh @@ -1,5 +1,5 @@ kiauh_status(){ - if [ -d {$HOME}/kiauh/.git ]; then + if [ -d "${HOME}/kiauh/.git" ]; then cd ${HOME}/kiauh git fetch --all -q if git branch -a | grep "* master" -q; then @@ -303,4 +303,4 @@ ui_print_versions(){ compare_dwc2_versions compare_moonraker_versions compare_mainsail_versions -} \ No newline at end of file +}