[carton] 88/472: fixed messaging

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:36 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 4a38128f80c26db0ddde6085c5ea739acf0cb0ef
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu Jun 30 00:02:14 2011 -0400

    fixed messaging
---
 lib/Carton/CLI.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm
index 87062a3..4c62800 100644
--- a/lib/Carton/CLI.pm
+++ b/lib/Carton/CLI.pm
@@ -290,7 +290,7 @@ sub cmd_show {
 
     for my $module (@args) {
         my $meta = $index->{$module}{meta}
-            or $self->error("Couldn't locate $module in the carton.lock\n");
+            or $self->error("Couldn't locate $module in carton.lock\n");
         $self->print( Carton::Util::to_json($meta) );
     }
 }

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



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