Skip to content

Commit 976d935

Browse files
committed
Fix typo
1 parent f12c915 commit 976d935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ jobs:
656656
set -ev
657657
# Force relink python@3.xx in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS-12 image
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)