Fix hook
This commit is contained in:
parent
060c69c7b9
commit
9185fd9e67
|
@ -2,7 +2,7 @@
|
|||
|
||||
remote="$1"
|
||||
|
||||
if [ "$remote" == "enterprise" ]; then
|
||||
if [ "$remote" = "enterprise" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue