This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository pkg-perl-tools.
commit 6927c9a04a5e41580a6f4470ac9cce197c8e62ff Author: gregor herrmann <[email protected]> Date: Sat Feb 10 01:13:23 2018 +0100 dpt-salsa: fix typo in error message Gbp-Dch: Ignore --- scripts/salsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/salsa b/scripts/salsa index addb1a6..778a0da 100755 --- a/scripts/salsa +++ b/scripts/salsa @@ -336,7 +336,7 @@ sub changerepo { die 'Required parameter name|description missing.' unless $property; die "Unknown property '$property'. Valid cases: 'name' or 'description'." unless ( $property eq 'name' or $property eq 'description' ); - die 'Required paramter "new value" missing.' unless $value; + die 'Required parameter "new value" missing.' unless $value; my $repo_path = repo2repopath($repo); $api->edit_project( $repo_path, { $property => $value } ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
