Skip to content

Commit

Permalink
Fix minor linting issue (#1103)
Browse files Browse the repository at this point in the history
As the CI couldn’t run on forked repo due to env variable capture, fix
now this linting issue.
  • Loading branch information
didrocks authored Sep 17, 2024
2 parents 7bcb1d4 + dc3ed6e commit bd1e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/adsysservice/adsysservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func WithWinbindConfig(c winbind.Config) func(o *options) error {
}
}

// WithGpoListTimeout specifies the timeout for the gpo list
// WithGpoListTimeout specifies the timeout for the gpo list.
func WithGpoListTimeout(t time.Duration) func(o *options) error {
return func(o *options) error {
o.gpoListTimeout = t
Expand Down

0 comments on commit bd1e473

Please sign in to comment.