mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Unify bash variables usage and add quotes where needed
This commit is contained in:
@@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# Setup environment
|
||||
# shellcheck disable=SC1091
|
||||
source "$DIR/env.sh"
|
||||
source "${DIR}/env.sh"
|
||||
|
||||
# Bring down the notebook container, using container name as project name
|
||||
docker-compose -f "$DIR/notebook.yml" -p "$NAME" down
|
||||
docker-compose -f "${DIR}/notebook.yml" -p "${NAME}" down
|
||||
|
Reference in New Issue
Block a user