Skip to content

Commit 2c1a818

Browse files
author
Your Name
committed
Fix user-agent
1 parent bac3c2b commit 2c1a818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/file-download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const downloadFile: DownloadFile = (url, outputPath, token?) => new Promi
2323
const requestOptions = {
2424
headers: {
2525
Accept: 'application/octet-stream',
26-
'User-Agent': 'Arm-Debug',
26+
'User-Agent': 'vscode-cmsis-debugger',
2727
...(token ? { Authorization: `Bearer ${token}` } : {}),
2828
},
2929
};

0 commit comments

Comments
 (0)