Skip to content

Commit 0126f41

Browse files
committed
fix: Remove faulty git-auth command from startup script
1 parent 5d3f270 commit 0126f41

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • templates/kubernetes-devcontainer

templates/kubernetes-devcontainer/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ resource "coder_agent" "main" {
336336
git config --global user.name ${local.git_author_name}
337337
git config --global user.email ${local.git_author_email}
338338
339-
coder git-auth setup primary-github
340339
EOT
341340

342341
# These environment variables allow you to make Git commits right away after creating a

0 commit comments

Comments
 (0)