Skip to content

Commit

Permalink
Merge pull request #6 from gallardo/patch-2
Browse files Browse the repository at this point in the history
Do not override existing baseUrl path
  • Loading branch information
importre committed Feb 17, 2016
2 parents 413eef1 + 0a10996 commit 74bb641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/co/riiid/gradle/ReleaseTask.groovy
Expand Up @@ -32,7 +32,7 @@ class ReleaseTask extends DefaultTask {
]

http.request(Method.POST) {
uri.path = path
uri.path += path
requestContentType = ContentType.JSON
body = postBody

Expand Down

0 comments on commit 74bb641

Please sign in to comment.