What was I thinking

This commit is contained in:
Simon Binder 2019-03-09 22:35:22 +01:00
parent 4c09f2cd2f
commit c243bf3dfe
No known key found for this signature in database
GPG Key ID: B807FDF954BA00CF
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env bash
case $PKG in
mono_generator)
moor_generator)
./tool/travis.sh dartfmt dartanalyzer test
;;
mono)
moor)
./tool/travis.sh dartfmt dartanalyzer command
;;
esac