diff options
author | Sitaram Chamarty <sitaramc@gmail.com> | 2018-07-12 05:26:34 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaramc@gmail.com> | 2018-07-12 05:26:34 +0530 |
commit | dd64e81fe5604dce3261cd7f02f380966fecac33 (patch) | |
tree | 12036ce92d343837756ebf0bdbdabfbcacec6569 /src | |
parent | Reduce disk writes in post-compile triggers (diff) | |
download | gitolite-gentoo-dd64e81fe5604dce3261cd7f02f380966fecac33.tar.gz gitolite-gentoo-dd64e81fe5604dce3261cd7f02f380966fecac33.tar.bz2 gitolite-gentoo-dd64e81fe5604dce3261cd7f02f380966fecac33.zip |
fix typo in documentation within VREF code
Diffstat (limited to 'src')
-rw-r--r-- | src/VREF/MERGE-CHECK | 4 |
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]; |