Skip to content

Commit 9584c3a

Browse files
author
Omer Bareket
committed
change url
1 parent 3434ca0 commit 9584c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/defender-installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function handleDownloadResponse(
159159
* @returns The complete download URL
160160
*/
161161
function getDownloadUrl(fileName: string, cliVersion: string): string {
162-
const baseUrl = 'https://cli.dfd.security.azure.com/public';
162+
const baseUrl = 'https://cli.dfd.security.azure.com/public/v2';
163163
console.log(`getDownloadUrl called with fileName: '${fileName}', cliVersion: '${cliVersion}'`);
164164

165165
// Convert 'Latest' to 'latest' for URL compatibility

0 commit comments

Comments
 (0)