Skip to content

Commit 699d7da

Browse files
committed
chore(cursor): terraform fmt for main.tf\n\nCo-authored-by: matifali <[email protected]>
1 parent dd4c1c4 commit 699d7da

File tree

1 file changed

+6
-6
lines changed
  • registry/coder/modules/cursor

1 file changed

+6
-6
lines changed

registry/coder/modules/cursor/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ resource "coder_app" "cursor" {
8787
}
8888

8989
resource "coder_script" "cursor_mcp" {
90-
count = var.mcp != "" ? 1 : 0
91-
agent_id = var.agent_id
92-
display_name = "Cursor MCP"
93-
icon = "/icon/cursor.svg"
94-
run_on_start = true
90+
count = var.mcp != "" ? 1 : 0
91+
agent_id = var.agent_id
92+
display_name = "Cursor MCP"
93+
icon = "/icon/cursor.svg"
94+
run_on_start = true
9595
start_blocks_login = false
96-
script = <<-EOT
96+
script = <<-EOT
9797
#!/bin/sh
9898
set -eu
9999
mkdir -p "$HOME/.cursor"

0 commit comments

Comments
 (0)