Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
update index syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed Nov 15, 2020
1 parent fc319ad commit a6cec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kfconfig/loaders/v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (v V1) LoadKfConfig(def interface{}) (*kfconfig.KfConfig, error) {
if app.Name == "" {
return nil, &kfapis.KfError{
Code: int(kfapis.INVALID_ARGUMENT),
Message: fmt.Sprintf("must have name for application. missing application name on application %d in kfdef", i),
Message: fmt.Sprintf("must have name for application. missing application name on application[%d] in kfdef", i),
}
}
application := kfconfig.Application{
Expand Down

0 comments on commit a6cec0d

Please sign in to comment.