From 14e3fc5b6bedb71ea9d87876f91d9b3f227de279 Mon Sep 17 00:00:00 2001 From: Parkreiner Date: Mon, 24 Jun 2024 21:13:15 +0000 Subject: [PATCH] fix: whitespace --- windows-rdp/main.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows-rdp/main.tf b/windows-rdp/main.tf index dafae70..7d95ec2 100644 --- a/windows-rdp/main.tf +++ b/windows-rdp/main.tf @@ -96,11 +96,11 @@ resource "coder_script" "windows-rdp" { # Always copy the file in case we change it. @' - ${templatefile("${path.module}/devolutions-patch.js", { - CODER_USERNAME : var.admin_username, - CODER_PASSWORD : var.admin_password, - })} - '@ | Set-Content "$root\coder.js" +${templatefile("${path.module}/devolutions-patch.js", { + CODER_USERNAME : var.admin_username, + CODER_PASSWORD : var.admin_password, +})} +'@ | Set-Content "$root\coder.js" # Only inject the src if we have not before. $isPatched = Select-String -Path "$devolutionsHtml" -Pattern "$patch"