From 8fd7d1f158d19a9d5bd6336bd7483d42ca5de67f Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Wed, 20 Dec 2017 09:42:58 +0000 Subject: [PATCH] remove erroneous '=' --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 14610c1cc5..3cdb8f3d47 100644 --- a/build.ps1 +++ b/build.ps1 @@ -89,7 +89,7 @@ if("$env:APPVEYOR_API_URL" -ne ""){ Invoke-RestMethod -Method "PUT" ` -Uri "${env:APPVEYOR_API_URL}api/build" ` -Body "{version:'${version}'}" ` - -ContentType = "application/json" + -ContentType "application/json" }