We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5afd9d commit 29d2d44Copy full SHA for 29d2d44
1 file changed
scripts/install.sh
@@ -321,7 +321,7 @@ configure_azure_cli_rpm_repo() {
321
fi
322
323
local repo_write_error
324
- if ! repo_write_error=$(tee "$AZURE_CLI_RPM_REPO_PATH" > /dev/null 2>&1 << 'EOF'
+ if ! repo_write_error=$(tee "$AZURE_CLI_RPM_REPO_PATH" 2>&1 > /dev/null << 'EOF'
325
[azure-cli]
326
name=Azure CLI
327
baseurl=https://packages.microsoft.com/yumrepos/azure-cli
0 commit comments