fix(dotfiles): fix typo and remove a less useful output (#225)
This commit is contained in:
committed by
GitHub
parent
a8c659ad6f
commit
ed16ba59a9
@@ -21,13 +21,13 @@ module "dotfiles" {
|
||||
|
||||
## Setting a default dotfiles repository
|
||||
|
||||
You can set a default dotfiles repository for all users by setting the `default_dotfiles_repo` variable:
|
||||
You can set a default dotfiles repository for all users by setting the `default_dotfiles_uri` variable:
|
||||
|
||||
```tf
|
||||
module "dotfiles" {
|
||||
source = "registry.coder.com/modules/dotfiles/coder"
|
||||
version = "1.0.12"
|
||||
agent_id = coder_agent.example.id
|
||||
default_dotfiles_repo = "https://github.com/coder/dotfiles"
|
||||
source = "registry.coder.com/modules/dotfiles/coder"
|
||||
version = "1.0.12"
|
||||
agent_id = coder_agent.example.id
|
||||
default_dotfiles_uri = "https://github.com/coder/dotfiles"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user