Skip to content

Commit 8b2d4b8

Browse files
authored
fix: examples/lima: use new parameter name when creating template (#8272)
1 parent b5f26d9 commit 8b2d4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lima/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ provision:
103103
fi
104104
DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}')
105105
printf 'docker_arch: "%s"\ndocker_host: "%s"\n' "${DOCKER_ARCH}" "${DOCKER_HOST}" | tee "${temp_template_dir}/params.yaml"
106-
coder templates create "docker-${DOCKER_ARCH}" --directory "${temp_template_dir}" --parameter-file "${temp_template_dir}/params.yaml" --yes
106+
coder templates create "docker-${DOCKER_ARCH}" --directory "${temp_template_dir}" --variables-file "${temp_template_dir}/params.yaml" --yes
107107
rm -rfv "${temp_template_dir}"
108108
probes:
109109
- description: "docker to be installed"

0 commit comments

Comments
 (0)