docs(git-clone): correct `path` example to not use the repo name

After #124, we now automatically append the `path` with the `repo` name, so the example should be changed to pass only the base directory as the `path` input.
pull/132/head
Muhammad Atif Ali 1 year ago committed by GitHub
parent d3fc2d2212
commit ecb27cce37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,6 +38,6 @@ module "git-clone" {
version = "1.0.0" version = "1.0.0"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
url = "https://github.com/coder/coder" url = "https://github.com/coder/coder"
path = "~/projects/coder/coder" path = "~/projects/coder"
} }
``` ```

Loading…
Cancel
Save