aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaramc@gmail.com>2018-07-12 05:26:34 +0530
committerSitaram Chamarty <sitaramc@gmail.com>2018-07-12 05:26:34 +0530
commitdd64e81fe5604dce3261cd7f02f380966fecac33 (patch)
tree12036ce92d343837756ebf0bdbdabfbcacec6569
parentReduce disk writes in post-compile triggers (diff)
downloadgitolite-gentoo-dd64e81fe5604dce3261cd7f02f380966fecac33.tar.gz
gitolite-gentoo-dd64e81fe5604dce3261cd7f02f380966fecac33.tar.bz2
gitolite-gentoo-dd64e81fe5604dce3261cd7f02f380966fecac33.zip
fix typo in documentation within VREF code
-rw-r--r--src/VREF/MERGE-CHECK4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VREF/MERGE-CHECK b/src/VREF/MERGE-CHECK
index 07f0351..a70fe23 100644
--- a/src/VREF/MERGE-CHECK
+++ b/src/VREF/MERGE-CHECK
@@ -9,9 +9,9 @@ use warnings;
# usage in conf/gitolite.conf goes like this:
-# - VREF/MERGE_CHECK/master = @all
+# - VREF/MERGE-CHECK/master = @all
# # reject only if the merge commit is being pushed to the master branch
-# - VREF/MERGE_CHECK = @all
+# - VREF/MERGE-CHECK = @all
# # reject merge commits to any branch
my $ref = $ARGV[0];