From 29209d546edc24346dba1200cd675b7c874cb96b Mon Sep 17 00:00:00 2001 From: Parkreiner Date: Mon, 24 Jun 2024 20:13:11 +0000 Subject: [PATCH] fix: update typo in powershell script Co-authored-by: Asher --- windows-rdp/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-rdp/main.tf b/windows-rdp/main.tf index 99de193..30f1a1e 100644 --- a/windows-rdp/main.tf +++ b/windows-rdp/main.tf @@ -100,7 +100,7 @@ resource "coder_script" "windows-rdp" { CODER_PASSWORD : var.admin_password, }" | Set-Content "$root\coder.js" # Only inject the src if we have not before. - if ($isPatched -e $null) { + if ($isPatched -eq $null) { (Get-Content $devolutionsHtml).Replace('', "$patch") | Set-Content $devolutionsHtml } }