summaryrefslogtreecommitdiff
path: root/get.pl
diff options
context:
space:
mode:
Diffstat (limited to 'get.pl')
-rwxr-xr-xget.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/get.pl b/get.pl
index 4b94c22..f947bfc 100755
--- a/get.pl
+++ b/get.pl
@@ -35,7 +35,7 @@ foreach my $s (@ARGV){
}
}
if ($fn) {
- $new_fn = sanitize($fn)
+ $new_fn = sanitize($fn);
$new_fn .= '.flac';
system('mv', $fn, $new_fn);
print "got fn, $fn => $new_fn\n";