From 2d64bbcce6fd56fc85825dd2cc120e7bc788d640 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Thu, 1 Aug 2024 23:58:34 +0700 Subject: [PATCH] fix: ignore 1901 shellcheck code error --- runner.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runner.sh b/runner.sh index 8184db2..427772f 100644 --- a/runner.sh +++ b/runner.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash # sync env file if [ ! -f .env ]; then @@ -10,6 +10,7 @@ if [ ! -f .env ]; then fi set -a +# shellcheck disable=SC1091 source .env set +a set -ue