Skip to content

Commit f99e312

Browse files
author
Tatyana Kostromskaya (Akvelon)
committed
tiny change
1 parent 145a81a commit f99e312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export async function downloadTool(
245245
if (!isNaN(downloadedContentLength)) {
246246
tl.debug(`Content-Length of downloaded file: ${downloadedContentLength}`);
247247
} else {
248-
tl.debug(`Content-Length header missing.`);
248+
tl.debug(`Content-Length header missing`);
249249
}
250250

251251
tl.debug('creating stream');

0 commit comments

Comments
 (0)