git: fix git hook template mention of what hooks we actually execute.

- they are now stored inside vcsserver.
This commit is contained in:
Marcin Kuzminski 2017-11-22 16:24:46 +01:00
parent 846af27fc3
commit d7a25ae146
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ RC_HOOK_VER = '_TMPL_'
def main():
if hooks is None:
# exit with success if we cannot import rhodecode.lib.hooks !!
# exit with success if we cannot import vcsserver.hooks !!
# this allows simply push to this repo even without rhodecode
sys.exit(0)

View file

@ -16,7 +16,7 @@ RC_HOOK_VER = '_TMPL_'
def main():
if hooks is None:
# exit with success if we cannot import rhodecode.lib.hooks !!
# exit with success if we cannot import vcsserver.hooks !!
# this allows simply push to this repo even without rhodecode
sys.exit(0)