diff --git a/dotfiles/main.tf b/dotfiles/main.tf index a265665..c4862d8 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -76,7 +76,7 @@ resource "coder_script" "dotfiles" { resource "coder_app" "dotfiles" { count = var.manual_update ? 1 : 0 agent_id = var.agent_id - display_name = "Update Dotfiles" + display_name = "Refresh Dotfiles" slug = "dotfiles" icon = "/icon/dotfiles.svg" command = templatefile("${path.module}/run.sh", {