summaryrefslogtreecommitdiff
path: root/get.pl
diff options
context:
space:
mode:
authorjules <jules@asdf.us>2018-05-23 23:47:05 +0200
committerjules <jules@asdf.us>2018-05-23 23:47:05 +0200
commitc5abef4cab403e874683440b52b40f64e88fc96b (patch)
tree29d961008e84d4d02a863f6f588564109b30c507 /get.pl
parent566bd785e607b41d37120a20f236740944f00e84 (diff)
logging
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";