mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-22 02:33:42 +02:00
IMP(shellcheck): add prefix to follow scripts (SC1090)
This commit is contained in:
@ -146,7 +146,7 @@ _run() {
|
||||
if [ ! -f "$(dirname "$0")"/lib.sh ]; then
|
||||
fatal "Cannot locate lib.sh"
|
||||
fi
|
||||
# shellcheck source=/opt/debian-cis/tests/lib.sh
|
||||
# shellcheck source=../tests/lib.sh
|
||||
. "$(dirname "$0")"/lib.sh
|
||||
|
||||
###################
|
||||
|
Reference in New Issue
Block a user