Skip to content

Commit

Permalink
Fix var typo in validate_or_init_data_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
edannenberg committed Jan 28, 2019
1 parent cc918de commit b60126f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function validate_or_init_data_dir() {
'-e' "s|\${_tmpl_image_tag}|${_TODAY}|g"
'-e' "s|\${_tmpl_engine}|${BUILD_ENGINE}|g"
)
replace_in_file "${target_path}/${_KUBLER_CONF}" sed_args[@] || die
replace_in_file "${target_path}/${_KUBLER_CONF}" conf_sed_args[@] || die
cp "${_KUBLER_DIR}"/template/gitignore-data-dir "${target_path}"/.gitignore || die
else
[[ ! -f "${target_path}/${_KUBLER_CONF}" ]] \
Expand Down

0 comments on commit b60126f

Please sign in to comment.