[pkg-perl-tools] 01/01: Take note from first argument, not second

Alex Muntada alexm-guest at moszumanska.debian.org
Tue Dec 6 13:52:59 UTC 2016


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

alexm-guest pushed a commit to branch master
in repository pkg-perl-tools.

commit 6bf062caf9b8437d05cc21fd83787a9f61d01726
Author: Alex Muntada <alexm at alexm.org>
Date:   Tue Dec 6 14:51:48 2016 +0100

    Take note from first argument, not second
    
    Gbp-Dch: Ignore
---
 scripts/github-oauth | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/github-oauth b/scripts/github-oauth
index a523752..d39af59 100755
--- a/scripts/github-oauth
+++ b/scripts/github-oauth
@@ -59,7 +59,7 @@ my $warning = $term->ReadLine eq 'Term::ReadLine::Gnu' ? '' : ' (not hidden /!\)
 my $gh_pass = $term->readline( 'GitHub password' . $warning . ' >', '' );
 die "GitHub password is required\n" unless $gh_pass;
 
-my $note = $ARGV[1];
+my $note = $ARGV[0];
 
 unless ($note) {
     require Sys::Hostname;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list