Skip to content

Commit 0280f45

Browse files
committed
PMM-15279 Fix godot on the SEP config dir comment
godot runs with scope: toplevel and capital: true, and only skips the leading identifier for a comment bound to a named declaration -- one inside a const group is not, so opening with the constant's name failed the linter. Signed-off-by: yyyyyyy <contact@yyyyyyyan.tech>
1 parent e981585 commit 0280f45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

managed/services/server/logs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ import (
4545
const (
4646
maxLogReadLines = 50000
4747

48-
// sepNginxConfigDir holds the nginx drop-ins the entrypoint renders when
49-
// PMM_ENABLE_SEP is set. It is absent on a default installation.
48+
// The entrypoint renders the SEP nginx drop-ins here when PMM_ENABLE_SEP is
49+
// set. The directory is absent on a default installation.
5050
sepNginxConfigDir = "/etc/nginx/sep.d"
5151
)
5252

0 commit comments

Comments
 (0)