Skip to content

Commit 531ac5f

Browse files
committed
chore: remove comment
1 parent e080131 commit 531ac5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/templates/aws-devcontainer/cloud-init/userdata.sh.tftpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ fi
1313
# Set up Docker credentials
1414
mkdir -p "/home/${linux_user}/.docker"
1515

16-
# NOTE: do we want to use the templating engine's ifs instead?
1716
if [ -n "${docker_config_json_base64}" ]; then
1817
# Write the Docker config JSON to disk if it is provided.
1918
printf "%s" "${docker_config_json_base64}" | base64 -d | tee "/home/${linux_user}/.docker/config.json"

0 commit comments

Comments
 (0)