Skip to content

Commit

Permalink
fix hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Aug 21, 2017
1 parent 1c4dc06 commit 7342fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/hooks/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

remote="$1"

if [ "$remote" == "enterprise" ]; then
exit 0
fi
Expand Down

0 comments on commit 7342fe5

Please sign in to comment.