Merge pull request #135 from yankcrime/tilde_expansion_fix

Fix tilde expansion in development environment function library
This commit is contained in:
Nick Jones 2018-03-02 13:48:21 +00:00 committed by GitHub
commit 195921a039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ function config_defaults {
export KAYOBE_CONFIG_SOURCE_PATH="${KAYOBE_CONFIG_SOURCE_PATH:-${KAYOBE_SOURCE_PATH}/config/src/kayobe-config}"
# 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
# be pulled.