Skip to content

Commit e1c6cb0

Browse files
committed
Fix typo
1 parent f12c915 commit e1c6cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,9 @@ jobs:
654654

655655
- bash: |
656656
set -ev
657-
# Force relink python@3.xx in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS-12 image
657+
# Force relink python@3.xx in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS
658658
# See: https://github.com/Azure/azure-cli/issues/29054
659-
brew unlink python@$3.12 && brew link --overwrite python@$3.12
659+
brew unlink python@3.12 && brew link --overwrite python@3.12
660660
brew unlink python@3.13 && brew link --overwrite python@3.13
661661
662662
# update homebrew to latest version in case the formula is not compatible with the current homebrew version

0 commit comments

Comments
 (0)