Skip to content

Commit

Permalink
Skip unknown extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed Oct 28, 2022
1 parent c550144 commit f1f3800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ if [ ${#AZ_EXTENSIONS[@]} -gt 0 ]; then
for i in "${extensions[@]}"
do
echo "Installing ${i}"
su ${_REMOTE_USER} -c "az extension add --name ${i} -y"
su ${_REMOTE_USER} -c "az extension add --name ${i} -y" || echo "No extension found with name ${i}"
done
fi

Expand Down

0 comments on commit f1f3800

Please sign in to comment.