diff --git a/pre-receive.d/prevent-foxtrot-merge.sh b/pre-receive.d/prevent-foxtrot-merge.sh index 21a3709..8d11e6f 100755 --- a/pre-receive.d/prevent-foxtrot-merge.sh +++ b/pre-receive.d/prevent-foxtrot-merge.sh @@ -9,7 +9,7 @@ NULL_REV="0000000000000000000000000000000000000000" -# refname (e.g. refs/head/master) will be updated from oldrev (commit hash) to newrev (commit hash) +# refname (e.g. refs/heads/master) will be updated from oldrev (commit hash) to newrev (commit hash) while read oldrev newrev refname do if [ $oldrev = $NULL_REV ]; then