mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-29 07:56:53 +08:00
Fix bash parameters
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash -xe
|
||||
#!/usr/bin/env bash
|
||||
set -xe
|
||||
|
||||
if [[ $(flutter format -n .) ]]; then
|
||||
echo "flutter format issue"
|
||||
|
||||
Reference in New Issue
Block a user