Browse Source

remove erroneous '='

af/merge-core
Scott Williams 8 years ago
parent
commit
8fd7d1f158
  1. 2
      build.ps1

2
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"
}

Loading…
Cancel
Save