Skip to content

Commit ad73f00

Browse files
chore: fix description grammar
Co-authored-by: Copilot <[email protected]>
1 parent 87b3d82 commit ad73f00

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ variable "resume_session_id" {
134134

135135
variable "continue" {
136136
type = bool
137-
description = "Automatically continue existing sessions when workspace restarts. When true, resumes existing conversation if found, otherwise runs prompt or starts new session. When false, always starts fresh (ignores existing sessions)."
137+
description = "Automatically continue existing sessions on workspace restart. When true, resumes existing conversation if found, otherwise runs prompt or starts new session. When false, always starts fresh (ignores existing sessions)."
138138
default = true
139139
}
140140

0 commit comments

Comments
 (0)