Skip to content

Commit b81712b

Browse files
committed
fixup! chore: buff makefile pt. 5 helm stuff
1 parent f866e1f commit b81712b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ CODER_DEV_SHIM="${PROJECT_ROOT}/scripts/coder-dev.sh"
8181
echo "${example_template}" | "${CODER_DEV_SHIM}" templates init "${temp_template_dir}"
8282

8383
DOCKER_HOST="$(docker context inspect --format '{{ .Endpoints.docker.Host }}')"
84-
printf 'docker_arch: "%s"\ndocker_host: "%s"\n' "${GOARCH}" "${DOCKER_HOST}" > "${temp_template_dir}/params.yaml"
84+
printf 'docker_arch: "%s"\ndocker_host: "%s"\n' "${GOARCH}" "${DOCKER_HOST}" >"${temp_template_dir}/params.yaml"
8585
(
8686
"${CODER_DEV_SHIM}" templates create "${template_name}" --directory "${temp_template_dir}" --parameter-file "${temp_template_dir}/params.yaml" --yes
8787
rm -rfv "${temp_template_dir}" # Only delete template dir if template creation succeeds

0 commit comments

Comments
 (0)