Skip to content

Commit 469a108

Browse files
committed
fixup options
1 parent 706b01d commit 469a108

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

coderd/apidoc/docs.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codersdk/deployment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ type ExternalAuthConfig struct {
408408
type ProvisionerConfig struct {
409409
// Daemons is the number of built-in terraform provisioners.
410410
Daemons serpent.Int64 `json:"daemons" typescript:",notnull"`
411-
DaemonTypes serpent.StringArray `json:"daemons_echo" typescript:",notnull"`
411+
DaemonTypes serpent.StringArray `json:"daemon_types" typescript:",notnull"`
412412
DaemonPollInterval serpent.Duration `json:"daemon_poll_interval" typescript:",notnull"`
413413
DaemonPollJitter serpent.Duration `json:"daemon_poll_jitter" typescript:",notnull"`
414414
ForceCancelInterval serpent.Duration `json:"force_cancel_interval" typescript:",notnull"`
@@ -1437,7 +1437,7 @@ when required by your organization's security policy.`,
14371437
return nil
14381438
}),
14391439
Group: &deploymentGroupProvisioning,
1440-
YAML: "daemonsEcho",
1440+
YAML: "daemonTypes",
14411441
},
14421442
{
14431443
Name: "Poll Interval",

docs/api/general.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/schemas.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/api/typesGenerated.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)