Skip to content

Commit e058a05

Browse files
committed
appease linter
1 parent 8d64e38 commit e058a05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

coderd/apidoc/docs.go

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

coderd/apidoc/swagger.json

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

coderd/healthcheck/provisioner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (r *ProvisionerDaemonsReport) Run(ctx context.Context, opts *ProvisionerDae
115115
// Provisioner daemon API version follows different rules; we just want to check the major API version and
116116
// warn about potential later deprecations.
117117
// When we check API versions of connecting provisioner daemons, all active provisioner daemons
118-
// will, by neccessity, have a compatible API version.
118+
// will, by necessity, have a compatible API version.
119119
if maj, _, err := apiversion.Parse(daemon.APIVersion); err != nil {
120120
if r.Severity.Value() < health.SeverityError.Value() {
121121
r.Severity = health.SeverityError

0 commit comments

Comments
 (0)