mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 10:34:28 +05:00
fix: bug introduced with c98584d
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user