Skip to content

Commit 57654fb

Browse files
committed
Fix shellcheck
1 parent e406d8d commit 57654fb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/00-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TAG="${3}"
1010
#ARCH="${4}"
1111

1212
CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
13-
# shellcheck disable=SC1090
13+
# shellcheck disable=SC1091
1414
. "${CWD}/.lib.sh"
1515

1616
# Ensure they all have a common entrypoint

tests/01-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TAG="${3}"
1010
ARCH="${4}"
1111

1212
CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
13-
# shellcheck disable=SC1090
13+
# shellcheck disable=SC1091
1414
. "${CWD}/.lib.sh"
1515

1616

tests/02-mysqli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARCH="${4}"
1111
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
1212

1313
CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
14-
# shellcheck disable=SC1090
14+
# shellcheck disable=SC1091
1515
. "${CWD}/.lib.sh"
1616

1717

tests/03-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TAG="${3}"
1111
ARCH="${4}"
1212

1313
CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
14-
# shellcheck disable=SC1090
14+
# shellcheck disable=SC1091
1515
. "${CWD}/.lib.sh"
1616

1717

0 commit comments

Comments
 (0)