git_pull: Typo in log message (#2138)

Minor typo on an echo.
This commit is contained in:
Leon Richard
2021-08-11 10:35:04 -05:00
committed by GitHub
parent fdd403fbe0
commit e8af15d765

View File

@@ -167,7 +167,7 @@ function git-synchronize {
fi fi
else else
echo "[Warn] Git repostory doesn't exist" echo "[Warn] Git repository doesn't exist"
git-clone git-clone
fi fi
} }