From 644c9a67c6eaada899288399054c241182222b0c Mon Sep 17 00:00:00 2001 From: Hang Lei Date: Fri, 2 Dec 2022 14:27:11 +0800 Subject: [PATCH] Init --- scripts/release/homebrew/docker/formula_template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/homebrew/docker/formula_template.txt b/scripts/release/homebrew/docker/formula_template.txt index bf1c58c6a2f..79de7b969c2 100644 --- a/scripts/release/homebrew/docker/formula_template.txt +++ b/scripts/release/homebrew/docker/formula_template.txt @@ -47,7 +47,7 @@ class AzureCli < Formula (bin/"az").write <<~EOS #!/usr/bin/env bash - AZ_INSTALLER=HOMEBREW #{libexec}/bin/python -m azure.cli \"$@\" + AZ_INSTALLER=HOMEBREW #{libexec}/bin/python -Im azure.cli \"$@\" EOS bash_completion.install "az.completion" => "az"