mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
Fix hook
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
remote="$1"
|
||||
|
||||
if [ "$remote" == "enterprise" ]; then
|
||||
if [ "$remote" = "enterprise" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user