Logic is hard

This commit is contained in:
Alex Malinovich 2016-11-29 19:31:48 -08:00
commit bf1f830aa6

View file

@ -322,7 +322,7 @@ if [ "${AUTOUPDATE}" = "yes" ]; then
exit 1
fi
if git diff --quiet; then
if ! git diff --quiet; then
error "You have made changes to the plexupdate files, cannot auto update"
exit 1
fi