Skip to content

Commit

Permalink
debug null id
Browse files Browse the repository at this point in the history
  • Loading branch information
sbtaylor15 committed Dec 11, 2017
1 parent d707c67 commit a569ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/deployhub.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class deployhub {
return null;
}

if (requestURL.contains("applic"))
if (requestUrl.contains("applic"))
error("\n$verb to URL: $requestUrl\n JSON: $json\n HTTP Status: $statusCode\n Message: $message\n Response Body: $body");


Expand Down

0 comments on commit a569ab6

Please sign in to comment.