Skip to content

Commit

Permalink
Merge e113024 into 38c3583
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jun 4, 2014
2 parents 38c3583 + e113024 commit e4f432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ sub do_install_release {
my $dist_tarball_path = joinpath($self->root, "dists", $dist_tarball);

if (-f $dist_tarball_path) {
print "Use the previously fetched ${dist_tarball}\n"
print "Using the previously fetched ${dist_tarball}\n"
if $self->{verbose};
}
else {
Expand Down

0 comments on commit e4f432a

Please sign in to comment.