chore: bun fmt

This commit is contained in:
35C4n0r 2026-02-09 08:47:33 +05:30
parent c2958d58ca
commit 0f11e4a5f8
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -301,7 +301,7 @@ resource "coder_script" "agentapi" {
/tmp/main.sh
EOT
run_on_start = true
depends_on = [module.agent-helper]
depends_on = [module.agent-helper]
}
resource "coder_script" "agentapi_shutdown" {