This commit is contained in:
g0tmi1k 2016-03-18 15:35:00 +00:00
parent a4652ab04d
commit a41a17c7d3

View file

@ -88,7 +88,7 @@ function update()
cd "${gitpath}/"
## Make sure a git repo is init before updating
if [[ "$( git rev-parse --is-inside-work-tree )" != 1 ]]; then
if [[ "$( git rev-parse --is-inside-work-tree )" != "true" ]]; then
if [[ "$( ls )" = "" ]]; then
# If directory is empty, just clone
git clone "${gitremote}" .