This commit is contained in:
Jeff Mitchell
2017-09-04 19:20:39 -04:00
parent ec8e0c6258
commit 00de6d0599

View File

@@ -2,7 +2,7 @@
remote="$1"
if [ "$remote" == "enterprise" ]; then
if [ "$remote" = "enterprise" ]; then
exit 0
fi