From 10ec56426a59dca2ec5b9cd20abd0148caffa6fe Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 13 Aug 2024 22:50:43 +0300 Subject: [PATCH] `bun fmt` --- dotfiles/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/main.tf b/dotfiles/main.tf index c62607b..f52e0f4 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -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 })