We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aad47 commit 4c3aa31Copy full SHA for 4c3aa31
pkg/config/host.go
@@ -277,7 +277,7 @@ func (h *Host) Options() OptionsList {
277
options = append(options, Option{Name: fieldName, Value: entry})
278
}
279
} else {
280
- panic(fmt.Sprintf("Undefined Range type for field '%s'", fieldName))
+ panic(fmt.Sprintf("Undefined Range type for field '%s'.\nIt must contains either of the following value: [ joinByComma, perLine ]", fieldName))
281
282
break
283
default:
0 commit comments