From cbf31857b35e89dfaf4407b6b11d10e5bbed90d5 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Tue, 26 May 2020 00:08:26 +0200 Subject: [PATCH] Fix bash parameters --- scripts/lint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/lint.sh b/scripts/lint.sh index 5ef5b2d67..de2225dbd 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -1,4 +1,5 @@ -#!/usr/bin/env bash -xe +#!/usr/bin/env bash +set -xe if [[ $(flutter format -n .) ]]; then echo "flutter format issue"