Skip to content

Commit 60035e7

Browse files
committed
fix jsdoc comment
1 parent 41e4cd3 commit 60035e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tool.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ export function findLocalToolVersions(toolName: string, arch?: string) {
194194
/**
195195
* Download a tool from an url and stream it into a file
196196
*
197-
* @param url url of tool to download
198-
* @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
199-
* @param handlers optional handlers array. Auth handlers to pass to the HttpClient for the tool download.
200-
* @param auth optional custom auth header value. This is passed as a HTTP header to the download client.
197+
* @param url url of tool to download
198+
* @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
199+
* @param handlers optional handlers array. Auth handlers to pass to the HttpClient for the tool download.
200+
* @param additionalHeaders optional custom HTTPheaders. This is passed to the download client.
201201
*/
202202
export async function downloadTool(
203203
url: string,

0 commit comments

Comments
 (0)