We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a619d4 commit 30a30beCopy full SHA for 30a30be
internal/config/stub.go
@@ -39,7 +39,6 @@ func (c ConfigStub) GetOrDefaultWithSource(hostname, key string) (val string, sr
39
}
40
41
func (c ConfigStub) Default(key string) string {
42
- // TODO may regret this
43
return defaultFor(key)
44
45
0 commit comments