Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 4, 2017
1 parent e9f049b commit a86be28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/App/Aphra/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ sub process {
or croak $self->app->template->error;
} else {
my $file = $self->full_name;
debug("Copy: $file -> $dest");
copy $file, $dest;
debug("Copy: $file -> ", $self->destination_dir);
copy $file, $self->destination_dir;
}
}

Expand Down

0 comments on commit a86be28

Please sign in to comment.