File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ usage() {
1111 -r deploy only the pre-receive hook
1212 -u deploy only the post-update hook
1313 -g enable to install in Git Lab repo custom_hooks
14- -l enable to install in Gitolite 3.6+ repo-specific hooks
14+ -l enable to install in Gitolite 3.6+ repo-specific hooks
1515 -b enable to install in Stash/BitBucket Server [pre/post]-receive.d
1616
1717 returns status code of 0 for success, otherwise, failure
167167 fi
168168
169169 if [ " ${INST_RECEIVE} " = " 1" ]; then
170- if [ " ${BITBUCKET_REPO} " = " 1" ]; then
170+ if [ " ${BITBUCKET_REPO} " = " 1" ]; then
171171 # Use pre-receive.d directory and 'full' name for BitBucket
172172 ln -sf " ${HOOKS_DIR} /pre-receive" " ${GIT_REPO} /${REAL_HOOKS_DIR} /pre-receive.d/puppet-git-hooks-pre-receive" \
173173 && echo " pre-receive hook deployed successfully" \
You can’t perform that action at this time.
0 commit comments