Skip to content

Commit

Permalink
Fix typo in warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
asw101 authored Oct 24, 2023
1 parent e5716c1 commit 0d1b679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/acs/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ def get_arch_for_cli_binary():
)
logger.warning(
'The detected architecture of current device is "%s", and the binary for "%s" '
'will be downloaded. If the detectiton is wrong, please download and install '
'will be downloaded. If the detection is wrong, please download and install '
'the binary corresponding to the appropriate architecture.',
arch,
formatted_arch,
Expand Down

0 comments on commit 0d1b679

Please sign in to comment.