fix: update typo in powershell script

Co-authored-by: Asher <ash@coder.com>
web-rdp-cloud-fixes
Parkreiner 1 year ago
parent aab5e55663
commit 29209d546e

@ -100,7 +100,7 @@ resource "coder_script" "windows-rdp" {
CODER_PASSWORD : var.admin_password, CODER_PASSWORD : var.admin_password,
}" | Set-Content "$root\coder.js" }" | Set-Content "$root\coder.js"
# Only inject the src if we have not before. # Only inject the src if we have not before.
if ($isPatched -e $null) { if ($isPatched -eq $null) {
(Get-Content $devolutionsHtml).Replace('</app-root>', "</app-root>$patch") | Set-Content $devolutionsHtml (Get-Content $devolutionsHtml).Replace('</app-root>', "</app-root>$patch") | Set-Content $devolutionsHtml
} }
} }

Loading…
Cancel
Save