Skip to content

Commit 4b145cc

Browse files
refactor: CR's fixes
1 parent c19ae04 commit 4b145cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ Write out the current server config as YAML to stdout.`,
30943094
},
30953095
{
30963096
Name: "Failure Hard Limit",
3097-
Description: "Maximum number of consecutive failed prebuilds before a preset hits the hard limit. FailureHardLimit is disabled when set to zero.",
3097+
Description: "Maximum number of consecutive failed prebuilds before a preset hits the hard limit; disabled when set to zero.",
30983098
Flag: "workspace-prebuilds-failure-hard-limit",
30993099
Env: "CODER_WORKSPACE_PREBUILDS_FAILURE_HARD_LIMIT",
31003100
Value: &c.Prebuilds.FailureHardLimit,

0 commit comments

Comments
 (0)