Skip to content

Commit

Permalink
Fix grammar in git tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
deekayen authored and JohnAlbin committed Sep 6, 2011
1 parent f8d18c3 commit bd89654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-svn-migrate.sh
Expand Up @@ -223,7 +223,7 @@ do
git for-each-ref --format='%(refname)' refs/heads/tags | cut -d / -f 4 |
while read ref
do
git tag -a "$ref" -m "Convert \"$ref\" to proper git tag." "refs/heads/tags/$ref";
git tag -a "$ref" -m "Convert \"$ref\" to a proper git tag." "refs/heads/tags/$ref";
git branch -D "tags/$ref";
done

Expand Down

0 comments on commit bd89654

Please sign in to comment.