Fixed exclude command

canary
WolverinDEV 2018-10-09 13:52:55 +02:00
parent 033825f6a0
commit 5c70ca2178
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ ! -d web/rel-environment ]; then
exit 1
fi
git diff-index --quiet HEAD -- "asm/libraries/*"
git diff-index HEAD -- . ':!asm/libraries/'
if [ $? -ne 0 ]; then
echo "You're using a private modified build!"
echo "Cant assign git hash!"