Skip to content

Commit 6937672

Browse files
Update pkg/app/server.go
Co-authored-by: Pranshu Srivastava <[email protected]>
1 parent 676c6a0 commit 6937672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/app/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ func resolveCustomResourceConfig(opts *options.Options) (customresourcestate.Con
548548
if file := opts.CustomResourceConfigFile; file != "" {
549549
if opts.ContinueWithoutCustomResourceConfigFile {
550550
if _, err := os.Stat(filepath.Clean(file)); os.IsNotExist(err) {
551-
klog.InfoS("custom resource config file does not exist,ignoring", "file", file)
551+
klog.InfoS("custom resource config file does not exist, ignoring", "file", file)
552552
}
553553
} else {
554554
f, err := os.Open(filepath.Clean(file))

0 commit comments

Comments
 (0)