From ce84b2ddae06871d9267be28045ac55bbb54ab03 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Jul 2019 21:04:20 +0300 Subject: Change: return instead of raising --- curl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curl.sh') diff --git a/curl.sh b/curl.sh index c4ff163..5f9fc61 100755 --- a/curl.sh +++ b/curl.sh @@ -29,7 +29,7 @@ case "$cmd" in deploy) runcurl -sv -X POST --data-binary @"$1" \ - -H "Content-Type: application/octet-stream" \ + -H "Content-Type: application/json" \ https://wmf2-deployer.vm.liw.fi/publish ;; -- cgit v1.2.1