Fix bash parameters

This commit is contained in:
Lukas Klingsbo
2020-05-26 00:08:26 +02:00
parent bc417537d6
commit cbf31857b3

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -xe #!/usr/bin/env bash
set -xe
if [[ $(flutter format -n .) ]]; then if [[ $(flutter format -n .) ]]; then
echo "flutter format issue" echo "flutter format issue"