diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 814164af5f7..c69b34b7d70 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -113,7 +113,7 @@ function build_snippets_tool() ( echo "Building snippets tool executable." command cd "$snippets_dir" mkdir -p "$output_dir" - dart pub get + "$FLUTTER" pub get dart compile exe -o "$output_dir/snippets" bin/snippets.dart )