`bun fmt`

pull/225/head
Muhammad Atif Ali 1 year ago
parent 07915f9ed9
commit 1a161cd4ec

@ -25,9 +25,9 @@ You can set a default dotfiles repository for all users by setting the `default_
```tf ```tf
module "dotfiles" { module "dotfiles" {
source = "registry.coder.com/modules/dotfiles/coder" source = "registry.coder.com/modules/dotfiles/coder"
version = "1.0.12" version = "1.0.12"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
default_dotfiles_uri = "https://github.com/coder/dotfiles" default_dotfiles_uri = "https://github.com/coder/dotfiles"
} }
``` ```

Loading…
Cancel
Save