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 8c0ec43 commit 7c48beb
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 @@ -26,7 +26,7 @@ class deployhub {
this.body = connection.getErrorStream().text;
}

String cook = conn.getHeaderField("Set-Cookie");
String cook = connection.getHeaderField("Set-Cookie");
error(cook);

if (cookie.length() == 0)
Expand Down

0 comments on commit 7c48beb

Please sign in to comment.