mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Quotes
This commit is contained in:
parent
b29a53b238
commit
00ee682b0b
@ -109,7 +109,7 @@ function update_gs {
|
||||
fi
|
||||
|
||||
GIT_CHECK=$(git status | awk '{print $1}')
|
||||
if [ $GIT_CHECK == "fatal:" ]
|
||||
if [ "$GIT_CHECK" == "fatal:" ]
|
||||
then
|
||||
MESSAGE="Requires GitHub Installation"
|
||||
echo_warn
|
||||
|
Loading…
Reference in New Issue
Block a user