diff --git a/podcasts/scripts/make-all-podcasts.pl b/podcasts/scripts/make-all-podcasts.pl index dedc91a..0783195 100755 --- a/podcasts/scripts/make-all-podcasts.pl +++ b/podcasts/scripts/make-all-podcasts.pl @@ -150,7 +150,7 @@ sub process { } } - # renaming to target + # renaming to target my $command = "mv output.ogg $source_name.ogg"; if($dryrun) { print "$command\n";