Skip to content

Commit 1e9c551

Browse files
hide the option
1 parent 7d72d7e commit 1e9c551

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
@@ -3101,7 +3101,7 @@ Write out the current server config as YAML to stdout.`,
31013101
Default: "3",
31023102
Group: &deploymentGroupPrebuilds,
31033103
YAML: "failure_hard_limit",
3104-
Hidden: ExperimentsSafe.Enabled(ExperimentWorkspacePrebuilds), // Hide setting while this feature is experimental.
3104+
Hidden: true,
31053105
},
31063106
}
31073107

0 commit comments

Comments
 (0)