fix: bug introduced with c98584d

This commit is contained in:
th33xitus
2020-09-11 12:34:47 +02:00
committed by GitHub
parent c98584dde8
commit 0b474514b1

View File

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