summaryrefslogtreecommitdiff
path: root/curl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'curl.sh')
-rwxr-xr-xcurl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/curl.sh b/curl.sh
index 801254c..095c21f 100755
--- a/curl.sh
+++ b/curl.sh
@@ -28,7 +28,7 @@ case "$cmd" in
;;
deploy)
- runcurl -sv -X POST --data-binary @"$1" \
+ runcurl -X POST --data-binary @"$1" \
-H "Content-Type: application/json" \
https://wmf2-deployer.vm.liw.fi/publish
;;