Skip to content

Commit

Permalink
Merge pull request #135 from yankcrime/tilde_expansion_fix
Browse files Browse the repository at this point in the history
Fix tilde expansion in development environment function library
  • Loading branch information
yankcrime authored Mar 2, 2018
2 parents c5dc89c + 450a7a2 commit 195921a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/functions
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 195921a

Please sign in to comment.