We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fb956 commit baa23d9Copy full SHA for baa23d9
1 file changed
build/bootstrapper/bootstrapper.sh
@@ -60,7 +60,7 @@ fi
60
61
62
#azure-CLI
63
-if az > /dev/null ; then
+if az > /dev/null 2>&1 ; then
64
echo "✅ Azure CLI was found"
65
else
66
echo "❌ Azure CLI not found, installing it..."
0 commit comments