summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-08 10:52:17 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-08 10:52:17 +0200
commit1208f28342ad8770a4b45a1164227afef14f7f30 (patch)
treee7282bd83897355118a3580eeea0b3e5e45eff54
parentdce11932353db59db5a814b1e97b28b36f2f683d (diff)
post not put
-rwxr-xr-xmix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.sh b/mix.sh
index f60c85d..1d9dba1 100755
--- a/mix.sh
+++ b/mix.sh
@@ -28,7 +28,7 @@ if [ -z "$endpoint" ]; then
else
echo "upload to $endpoint"
curl \
- -X PUT \
+ -X POST \
-F "module=samplernn" \
-F "activity=train" \
-F "generated=true" \