Skip to content

Commit f72bb25

Browse files
committed
fix: update message
1 parent 0b79965 commit f72bb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/readmevalidation/codermodules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func validateCoderModuleReadmeBody(body string) []error {
4545
terraformCodeBlockCount++
4646
}
4747
if strings.HasPrefix(nextLine, "```hcl") {
48-
errs = append(errs, xerrors.New("all .hcl language references must be converted to .tf"))
48+
errs = append(errs, xerrors.New("all hcl code blocks must be converted to tf"))
4949
}
5050
continue
5151
}

0 commit comments

Comments
 (0)