Skip to content

Commit

Permalink
replace --version to version
Browse files Browse the repository at this point in the history
  • Loading branch information
MoChilia committed May 27, 2024
1 parent cb503d8 commit 63ca6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli/AzureCliLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class AzureCliLogin {
}
};

await this.executeAzCliCommand(["--version"], true, execOptions);
await this.executeAzCliCommand(["version"], true, execOptions);
core.debug(`Azure CLI version used:\n${output}`);

this.setAzurestackEnvIfNecessary();
Expand Down

0 comments on commit 63ca6d8

Please sign in to comment.