diff --git a/lib/App/Aphra/File.pm b/lib/App/Aphra/File.pm index ef3df20..f34eac8 100644 --- a/lib/App/Aphra/File.pm +++ b/lib/App/Aphra/File.pm @@ -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; } }