Skip to content

Commit 6001ee5

Browse files
amarnatvCopilot
andauthored
Update src/defender-installer.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d1b4649 commit 6001ee5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/defender-installer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ export async function install(cliVersion: string): Promise<void> {
1515
console.log(`Received cliVersion parameter: '${cliVersion}'`);
1616

1717
if (process.env.DEFENDER_FILEPATH) {
18-
console.log(`Defender CLI File Path overriden by %DEFENDER_FILEPATH%: ${process.env.DEFENDER_FILEPATH}`);
18+
console.log(`Defender CLI File Path overridden by %DEFENDER_FILEPATH%: ${process.env.DEFENDER_FILEPATH}`);
1919
return;
2020
}
2121

2222
if (process.env.DEFENDER_DIRECTORY) {
23-
console.log(`Defender CLI Directory overriden by %DEFENDER_DIRECTORY%: ${process.env.DEFENDER_DIRECTORY}`);
23+
console.log(`Defender CLI Directory overridden by %DEFENDER_DIRECTORY%: ${process.env.DEFENDER_DIRECTORY}`);
2424

2525
// Set the defender file path with correct filename
2626
let fileName = resolveFileName();

0 commit comments

Comments
 (0)