Skip to content

Commit 011ad3f

Browse files
committed
fix
1 parent 67952c5 commit 011ad3f

File tree

1 file changed

+1
-1
lines changed
  • terraform/dotnet/ec2/windows

1 file changed

+1
-1
lines changed

terraform/dotnet/ec2/windows/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ resource "aws_ssm_document" "main_service_setup" {
232232
"$env:REMOTE_ENDPOINT = '${aws_instance.remote_service_instance.private_ip}'",
233233
"$env:ID = '${var.test_id}'",
234234
235-
"Start-Process -FilePath 'npm' -ArgumentList 'start'",
235+
"Start-Process -FilePath 'npm' -ArgumentList 'start'"
236236
]
237237
}
238238
}

0 commit comments

Comments
 (0)