Skip to content

Commit cc8837d

Browse files
committed
Fixup bash script
1 parent a92f97d commit cc8837d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_ci_script_shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function ci_codelabs () {
6464
if grep -q "flutter:" "pubspec.yaml"; then
6565

6666
# intro_flutter_gpu only runs with Impeller on macOS
67-
if [$CODELAB = 'intro_flutter_gpu']; then
67+
if [ $CODELAB = 'intro_flutter_gpu' ]; then
6868
if [ $RUNNER_OS = 'macOS' ]; then
6969
flutter test --enable-impeller
7070
fi

0 commit comments

Comments
 (0)