From 808ee2b5b7aa7283376fe08febcb0c659829a7d1 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:21:09 +0000 Subject: [PATCH] fix(dotfiles): format & lint --- dotfiles/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dotfiles/README.md b/dotfiles/README.md index 9620b3c..52c0bc3 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -69,9 +69,9 @@ You can set a default dotfiles repository for all users by setting the `default_ ```tf module "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" + 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" } -``` \ No newline at end of file +```