Skip to content

Commit

Permalink
hec
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed May 10, 2023
1 parent e9a8696 commit 18fb49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ resource "coder_agent" "main" {
if [ -n "${var.docker_network_name}" ]; then
docker network create "${var.docker_network_name}" --driver=bridge >/dev/null 2>&1
echo "Created Docker network \`${var.docker_network_name}\`, you can use it with .coder/docker-compose.yml as a external network! [$id]"
echo "Created Docker network \`${var.docker_network_name}\`, you can use it with .coder/docker-compose.yml as a external network!"
fi
# if ${var.workspace_dir}/.coder exists, then we will run the pre-init scripts
Expand Down

0 comments on commit 18fb49b

Please sign in to comment.