From 8d5fd68cac7a0a5ea1bc12ce79edf5d0be9f8629 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Sun, 5 Dec 2010 12:56:16 -0500 Subject: [PATCH] Fix scripts/tag --- scripts/tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tag b/scripts/tag index bb5a3944..4812cd65 100755 --- a/scripts/tag +++ b/scripts/tag @@ -5,4 +5,4 @@ then exit 1 fi -it tag -a $1 +git tag -a $1