From 07915f9ed9d08d4f5ae69c2931d0959825a8b498 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 14 Apr 2024 17:29:09 +0300 Subject: [PATCH] fix typo --- dotfiles/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/README.md b/dotfiles/README.md index 2939025..3f6f6bb 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -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" + default_dotfiles_uri = "https://github.com/coder/dotfiles" } ```