Update --> Refresh

pull/280/head
Muhammad Atif Ali 11 months ago committed by GitHub
parent 5f743d49ea
commit 94bfa31e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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", {

Loading…
Cancel
Save