[devscripts] 01/01: Oops, typo in my previous commit. Fixed.

Gunnar Wolf gwolf at moszumanska.debian.org
Fri Mar 7 19:16:36 UTC 2014


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

gwolf pushed a commit to branch master
in repository devscripts.

commit b270b7d0a701a0f675afd4d6294567ebdd693930
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Fri Mar 7 13:16:31 2014 -0600

    Oops, typo in my previous commit.  Fixed.
---
 scripts/debcommit.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/debcommit.pl b/scripts/debcommit.pl
index 020fdb7..e6ebe83 100755
--- a/scripts/debcommit.pl
+++ b/scripts/debcommit.pl
@@ -554,7 +554,7 @@ sub commit {
 		@extra_args = ("--author=$maintainer", "--date=$date");
 	    }
 	    if ($signcommit) {
-		my $sign = '-gpg--sign';
+		my $sign = '--gpg-sign';
 		$sign .= "=$keyid" if $keyid;
 		push(@extra_args, $sign);
 	    }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list