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 f9cfc13..0e85b73 100755
--- a/dir-to-movie.pl
+++ b/dir-to-movie.pl
@@ -76,7 +76,7 @@ for my $line (@lines) {
if (defined $endpoint) {
print("upload to $endpoint\n");
print("$module $tag $parent_dir/renders/$tag.mp4\n");
- my $curl = `curl -X POST -F module=$module -F activity=live -F generated=true -F dataset=$tag -F datatype=video -F file=@$parent_dir/renders/$tag.mp4 $endpoint`
+ my $curl = `curl -X POST -F module=$module -F activity=live -F generated=true -F dataset=$tag -F datatype=video -F file=@$parent_dir/renders/$tag.mp4 $endpoint`;
print $curl . "\n";
# system("curl",