Fix typo
This commit is contained in:
parent
a4652ab04d
commit
a41a17c7d3
1 changed files with 1 additions and 1 deletions
|
@ -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}" .
|
||||
|
|
Loading…
Add table
Reference in a new issue