fix: whitespace

web-rdp-cloud-fixes
Parkreiner 1 year ago
parent 0b6975c266
commit 14e3fc5b6b

@ -96,11 +96,11 @@ resource "coder_script" "windows-rdp" {
# Always copy the file in case we change it. # Always copy the file in case we change it.
@' @'
${templatefile("${path.module}/devolutions-patch.js", { ${templatefile("${path.module}/devolutions-patch.js", {
CODER_USERNAME : var.admin_username, CODER_USERNAME : var.admin_username,
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.
$isPatched = Select-String -Path "$devolutionsHtml" -Pattern "$patch" $isPatched = Select-String -Path "$devolutionsHtml" -Pattern "$patch"

Loading…
Cancel
Save