diff options
Diffstat (limited to 'check-rev-policy')
-rwxr-xr-x | check-rev-policy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check-rev-policy b/check-rev-policy index c7f6c4e..d0c1630 100755 --- a/check-rev-policy +++ b/check-rev-policy @@ -83,11 +83,11 @@ check_ref_update() fi ;; - ref/tags/*) + refs/tags/*) ;; # Remote tracking branch - ref/remotes/*) + refs/remotes/*) cat <<EOF >&2 --- You are trying to push the remote tracking branch: |