Correct git check for Atom build

This commit is contained in:
BoykoAlex
2017-11-24 13:11:54 -05:00
parent c80cbe1751
commit 3e131bfbd4

View File

@@ -45,7 +45,7 @@ git config user.name "Alex Boyko"
git add .
git_changes=git diff --cached --exit-code
git_changes=$(git diff --cached --exit-code)
if [$git_changes != 0]
then
git commit \