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 37f562f commit 30fed04Copy full SHA for 30fed04
bin/dart
@@ -47,6 +47,6 @@ PROG_NAME="$(follow_links "$BASH_SOURCE")"
47
BIN_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
48
49
# To define `shared::execute()` function
50
-source "$BIN_DIR/shared.sh"
+source "$BIN_DIR/internal/shared.sh"
51
52
shared::execute "$@"
bin/flutter
bin/shared.sh renamed to bin/internal/shared.sh
0 commit comments