8000 fix: whitespace · coder/modules@14e3fc5 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 14e3fc5

Browse files
committed
fix: whitespace
1 parent 0b6975c commit 14e3fc5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

windows-rdp/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ resource "coder_script" "windows-rdp" {
9696
9797
# Always copy the file in case we change it.
9898
@'
99-
${templatefile("${path.module}/devolutions-patch.js", {
100-
CODER_USERNAME : var.admin_username,
101-
CODER_PASSWORD : var.admin_password,
102-
})}
103-
'@ | Set-Content "$root\coder.js"
99+
${templatefile("${path.module}/devolutions-patch.js", {
100+
CODER_USERNAME : var.admin_username,
101+
CODER_PASSWORD : var.admin_password,
102+
})}
103+
'@ | Set-Content "$root\coder.js"
104104
105105
# Only inject the src if we have not before.
106106
$isPatched = Select-String -Path "$devolutionsHtml" -Pattern "$patch"

0 commit comments

Comments
 (0)
0