summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",