This commit is contained in:
Jeff Mitchell 2017-09-04 19:20:39 -04:00
parent 060c69c7b9
commit 9185fd9e67
1 changed files with 1 additions and 1 deletions

View File

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