Skip to content

Commit dd87f08

Browse files
josunectaljesusg
andauthored
Update pkg/config/config.go
Co-authored-by: Alberto Gutierrez <[email protected]>
1 parent 60f6c05 commit dd87f08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func withDirPath(path string) ReadConfigOpt {
9696
}
9797

9898
// WithDirPath returns a ReadConfigOpt that sets the config directory path.
99-
// Used by tests that need to resolve relative file paths.
10099
func WithDirPath(path string) ReadConfigOpt {
101100
return withDirPath(path)
102101
}

0 commit comments

Comments
 (0)