summaryrefslogtreecommitdiff
path: root/splice.pl
diff options
context:
space:
mode:
authorjules <jules@asdf.us>2019-01-06 12:57:23 +0100
committerjules <jules@asdf.us>2019-01-06 12:57:23 +0100
commit63681ef679a159b2f383a86e2649bca4c2b24451 (patch)
treee18281b7bbfb2cc59b3808a2bb38085b952fb7f9 /splice.pl
parentad0ee8893b400715436323c2a88acfae4f816074 (diff)
rm, update gitignore
Diffstat (limited to 'splice.pl')
-rw-r--r--splice.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/splice.pl b/splice.pl
index 29bfa3b..8985bea 100644
--- a/splice.pl
+++ b/splice.pl
@@ -112,11 +112,11 @@ if (defined $endpoint) {
"-d", "url=https://s3.amazonaws.com/i.asdf.us/cortex/lens/data/$folder_id/$dataset.mov",
"-d", "dataset=$dataset",
"-d", "activity=splice",
- "-d", "generated=false",
- "-d", "processed=true",
+ "-d", "generated=0",
+ "-d", "processed=1",
"-d", "datatype=video",
$endpoint
- );
+);
}
END {