|
@@ -1195,7 +1195,7 @@ class Project(object):
|
|
|
for stock_hook in repo_hooks():
|
|
for stock_hook in repo_hooks():
|
|
|
name = os.path.basename(stock_hook)
|
|
name = os.path.basename(stock_hook)
|
|
|
|
|
|
|
|
- if name in ('commit-msg') and not self.remote.review:
|
|
|
|
|
|
|
+ if name in ('commit-msg',) and not self.remote.review:
|
|
|
# Don't install a Gerrit Code Review hook if this
|
|
# Don't install a Gerrit Code Review hook if this
|
|
|
# project does not appear to use it for reviews.
|
|
# project does not appear to use it for reviews.
|
|
|
#
|
|
#
|