`bun fmt`

pull/280/head
Muhammad Atif Ali 11 months ago
parent a4cfdf9023
commit 10ec56426a

@ -79,7 +79,7 @@ resource "coder_app" "dotfiles" {
display_name = "Update Dotfiles"
slug = "dotfiles"
icon = "/icon/dotfiles.svg"
command = templatefile("${path.module}/run.sh", {
command = templatefile("${path.module}/run.sh", {
DOTFILES_URI : local.dotfiles_uri,
DOTFILES_USER : local.user
})

Loading…
Cancel
Save