Skip to content

Commit

Permalink
Merge pull request #187 from masak/master
Browse files Browse the repository at this point in the history
fix variable which should've been renamed
  • Loading branch information
Tadeusz Sośnierz committed Jul 18, 2015
2 parents 0e2cda5 + 2787894 commit 6bb18c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Panda.pm
Expand Up @@ -187,7 +187,7 @@ class Panda {
my $bone = self.project-from-local($proj);
# Warn users that it's from a local directory,
# may not be what they wanted
self.announce: "Installing {$p.name} "
self.announce: "Installing {$bone.name} "
~ "from a local directory '$proj'"
if $bone and $action eq 'install';
$bone ||= self.project-from-git($proj, $tmpdir);
Expand Down

0 comments on commit 6bb18c1

Please sign in to comment.