Skip to content

Commit 9dc1e03

Browse files
authored
Remove :main from run command
1 parent 64a2630 commit 9dc1e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ echo "Installing Spec $version..."
88
dart pub global activate spec_cli $version
99

1010
if [ "$run_tests" != "false" ]; then
11-
dart pub global run spec_cli:main
11+
dart pub global run spec_cli
1212
fi

0 commit comments

Comments
 (0)