Skip to content

Commit 020f1e7

Browse files
author
Jeff Young
committedJul 19, 2017
Minor indentation fix
1 parent a6cfe2f commit 020f1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Tasks/JenkinsDownloadArtifacts/jenkinsdownloadartifacts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function getRequest(url: string, cred: Credential, strictSSL: boolean): Q.Promis
2626
defer.resolve(JSON.parse(body));
2727
} else {
2828
if (res && res.statusCode) {
29-
tl.debug(tl.loc('ServerCallErrorCode', res.statusCode));
29+
tl.debug(tl.loc('ServerCallErrorCode', res.statusCode));
3030
}
3131
if (body) {
3232
tl.debug(body);

0 commit comments

Comments
 (0)
Please sign in to comment.