Skip to content

Commit 7f6ac03

Browse files
josunectaljesusg
andcommitted
Update pkg/config/config.go
Co-authored-by: Alberto Gutierrez <[email protected]> Signed-off-by: josunect <[email protected]>
1 parent 3088765 commit 7f6ac03

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)