Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor whitespace fix
  • Loading branch information
Geoffrey Broadwell committed Aug 21, 2012
1 parent cb876f0 commit e47946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Panda/Fetcher.pm
Expand Up @@ -13,7 +13,7 @@ class Panda::Fetcher does Pies::Fetcher {
method fetch (Pies::Project $p) {
my $dest = $!resources.workdir($p);
# the repo-* variants are kept for backwards compatibility only
my $url = $p.metainfo<source-url> // $p.metainfo<repo-url>;
my $url = $p.metainfo<source-url> // $p.metainfo<repo-url>;
my $type = $p.metainfo<source-type> // $p.metainfo<repo-type>;
unless $type {
given $url {
Expand Down

0 comments on commit e47946f

Please sign in to comment.