From 1dff00928377b7539e5b07a5da7e80a625f36750 Mon Sep 17 00:00:00 2001 From: ElioDiNino <52972357+ElioDiNino@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:23:19 -0700 Subject: [PATCH] docs: fix git credentials file name The git credentials file was listed as having the name `.gitconfig` instead of `.git-credentials` --- docs/templates/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/modules.md b/docs/templates/modules.md index d13ae0ef0cd8c..06827bc2c0fbd 100644 --- a/docs/templates/modules.md +++ b/docs/templates/modules.md @@ -40,7 +40,7 @@ If you are running Coder on a VM, make sure you have `git` installed and the `co ``` ```sh -# /home/coder/.gitconfig +# /home/coder/.git-credentials # GitHub example: https://your-github-username:your-github-pat@github.com