diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:58:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:58:09 +0200 |
| commit | 195d5a323e37d3dc873ee7baa10dd98343dba904 (patch) | |
| tree | eb810ea4b23f97cac6f411751551c2822a2577b5 | |
| parent | 51560d9509146a8ee22d768664200a066481a32d (diff) | |
no_symlinkS
| -rwxr-xr-x | dir-to-movie.pl | 2 |
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", |
