Use shellcheck source to point the sourced file

This commit is contained in:
Ayaz Salikhov
2025-03-14 12:41:44 +00:00
parent 81bb00eb4a
commit 2175e3ed1a
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Setup environment
# shellcheck disable=SC1091
# shellcheck source=examples/docker-compose/notebook/env.sh
source "${DIR}/env.sh"
# Bring down the notebook container, using container name as project name