Skip to content

Commit

Permalink
fix instance ROOT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Aug 24, 2024
1 parent 1dfc357 commit 7352447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/instance
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
BIN=$(dirname ${BASH_SOURCE})
source ${BIN}/funcs.sh
ROOT_DIR=..
ROOT_DIR=${ROOT_DIR:..}
ROOT_ENV_FILE=".env_${DOCKER_CONTEXT}"

valid_regex='^[a-zA-Z][a-zA-Z0-9_-]*$'
Expand Down

0 comments on commit 7352447

Please sign in to comment.