From 5f743d49eabee7567b2032639cde32772b4d7acd Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 14 Aug 2024 09:59:34 +0300 Subject: [PATCH] Update dotfiles/main.tf Co-authored-by: Chris Golden <551285+cirego@users.noreply.github.com> --- dotfiles/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/main.tf b/dotfiles/main.tf index 1b5161f..a265665 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -41,7 +41,7 @@ variable "coder_parameter_order" { variable "manual_update" { type = bool - description = "Choose whether to enable a Coder app to update dotfiles on demand. This will add a button to workspace page to update dotfiles on demand." + description = "Choose whether to enable a Coder app to refresh dotfiles on demand. This will add a button to workspace page to refresh dotfiles on demand." default = false }