File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments