summaryrefslogtreecommitdiffstats
path: root/git-hooks/gerrit-bot
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks/gerrit-bot')
-rwxr-xr-xgit-hooks/gerrit-bot2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/gerrit-bot b/git-hooks/gerrit-bot
index cacfa0e..29ad4ed 100755
--- a/git-hooks/gerrit-bot
+++ b/git-hooks/gerrit-bot
@@ -223,7 +223,7 @@ sub process_commit($$$$$)
}
if ($$verdict{labels}{'Sanity-Review'} == 1 && int($$verdict{comments}) == 0) {
# Don't spam everyone about a boring +1 sanity review with no comments.
- $$verdict{notify} = NONE;
+ $$verdict{notify} = "NONE";
}
if (@invite) {
if (system(@gerrit_actor, "set-reviewers", (map { ('-a', $_) } @invite), '--', $rev)) {