Skip to content

Commit a0507e9

Browse files
committed
normalization also set name
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 07e9470 commit a0507e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

loader/loader.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ func load(ctx context.Context, configDetails types.ConfigDetails, opts *Options,
501501
}
502502

503503
if !opts.SkipNormalization {
504+
dict["name"] = opts.projectName
504505
dict, err = Normalize(dict, configDetails.Environment)
505506
if err != nil {
506507
return nil, err

0 commit comments

Comments
 (0)