From cf3d58b7026844032df22f13e7491585090b67a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20=C3=81lvaro?= Date: Wed, 23 Jun 2021 21:25:13 +0200 Subject: [PATCH] fix: Add SC1091 shellcheck exception --- assets/build/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/build/install.sh b/assets/build/install.sh index 80813f4..668b194 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -2,6 +2,7 @@ set -e +# shellcheck disable=SC1091 source "${SALT_BUILD_DIR}/functions.sh" echo "Installing build dependencies ..."