From 1a161cd4ec445f703d94755d3d3d45324d65b55b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 14 Apr 2024 17:32:31 +0300 Subject: [PATCH] `bun fmt` --- dotfiles/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/README.md b/dotfiles/README.md index 3f6f6bb..9f8a0fe 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -25,9 +25,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" } ```