Skip to content

Commit 509e284

Browse files
chore: fix typo in archiving script
1 parent 4a82d20 commit 509e284

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/modules/archive

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/archive/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ resource "coder_script" "archive_stop_script" {
129129
script = <<-EOT
130130
#!/usr/bin/env bash
131131
set -euo pipefail
132-
"$CODER_SCRIPT_BIN_DIR/coder-create-archive"
132+
"$CODER_SCRIPT_BIN_DIR/coder-archive-create"
133133
EOT
134134
}

0 commit comments

Comments
 (0)