summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-13 19:58:09 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-13 19:58:09 +0200
commit195d5a323e37d3dc873ee7baa10dd98343dba904 (patch)
treeeb810ea4b23f97cac6f411751551c2822a2577b5
parent51560d9509146a8ee22d768664200a066481a32d (diff)
no_symlinkS
-rwxr-xr-xdir-to-movie.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl
index 7517b94..240880a 100755
--- a/dir-to-movie.pl
+++ b/dir-to-movie.pl
@@ -74,7 +74,7 @@ for my $line (@lines) {
}
if (defined $endpoint) {
print("upload to $endpoint\n");
- print("$module $tag $parent_dir/renders/$tag.mp4\n")
+ print("$module $tag $parent_dir/renders/$tag.mp4\n");
system("curl",
"-X", "POST",
"-F", "module=$module",