[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 144/483: Fixing typos in remaining release scripts as well (same as changeset c8f2f87b6f22)

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit d1ca877019b90e9dd715d7aed0a0d146240dbc9e
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Dec 2 08:58:22 2008 +0100

    Fixing typos in remaining release scripts as well (same as changeset c8f2f87b6f22)
---
 make_release.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make_release.pl b/make_release.pl
index ec76a1b..1223d26 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -38,6 +38,6 @@ system(qq(hg commit -m "Releasing Element Hiding Helper $version" downloads src/
 my $branch = $version;
 $branch =~ s/\./_/g;
 $branch = "ELEMENT_HIDING_HELPER_".$branch."_RELEASE";
-system(qq(hg tag $branch"));
+system(qq(hg tag $branch));
 
-system(qq(hg push"));
+system(qq(hg push));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list