Merge pull request #135 from yankcrime/tilde_expansion_fix
Fix tilde expansion in development environment function library
This commit is contained in:
commit
195921a039
@ -25,7 +25,7 @@ function config_defaults {
|
|||||||
export KAYOBE_CONFIG_SOURCE_PATH="${KAYOBE_CONFIG_SOURCE_PATH:-${KAYOBE_SOURCE_PATH}/config/src/kayobe-config}"
|
export KAYOBE_CONFIG_SOURCE_PATH="${KAYOBE_CONFIG_SOURCE_PATH:-${KAYOBE_SOURCE_PATH}/config/src/kayobe-config}"
|
||||||
|
|
||||||
# Path to the kayobe virtual environment.
|
# Path to the kayobe virtual environment.
|
||||||
export KAYOBE_VENV_PATH="${KAYOBE_VENV_PATH:-~/kayobe-venv}"
|
export KAYOBE_VENV_PATH="${KAYOBE_VENV_PATH:-${HOME}/kayobe-venv}"
|
||||||
|
|
||||||
# Whether to build container images for the seed services. If 0, they will
|
# Whether to build container images for the seed services. If 0, they will
|
||||||
# be pulled.
|
# be pulled.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user