Skip to content

Commit

Permalink
Do not swallow the error from the licenses acceptance (#121243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamador authored Feb 22, 2023
1 parent 4c25587 commit d816e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bots/accept_android_sdk_licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function error() {
}

function accept_android_licenses() {
yes "y" | flutter doctor --android-licenses > /dev/null 2>&1
yes "y" | flutter doctor --android-licenses
}

echo "Flutter SDK directory is: $PWD"
Expand Down

0 comments on commit d816e72

Please sign in to comment.