From ed90c5c733fe1b61e273a0b32a21bc98076b63c1 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Wed, 15 Dec 2010 04:02:08 -0500
Subject: [PATCH] Fix (delete wrongful) remote tags

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a12fe9cb..f3026e8f 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ fix-local-git-tags:
 	for i in ${WRONGFUL_TAGS} ; do git tag -d $$i ; done
 
 # Delete wrongful tags from remote repository
-fix-local-git-tags:
+fix-remote-git-tags:
 	for i in ${WRONGFUL_TAGS} ; do git push $${REMOTE:-cl.net} :refs/tags/$$i ; done
 
 FORCE:
-- 
GitLab