This commit is contained in:
Michael Stanclift 2020-05-30 22:43:59 -05:00
parent b29a53b238
commit 00ee682b0b

View File

@ -109,7 +109,7 @@ function update_gs {
fi fi
GIT_CHECK=$(git status | awk '{print $1}') GIT_CHECK=$(git status | awk '{print $1}')
if [ $GIT_CHECK == "fatal:" ] if [ "$GIT_CHECK" == "fatal:" ]
then then
MESSAGE="Requires GitHub Installation" MESSAGE="Requires GitHub Installation"
echo_warn echo_warn