Skip to content

Commit

Permalink
Fix substitutions command
Browse files Browse the repository at this point in the history
  • Loading branch information
adberger committed Apr 6, 2024
1 parent 96cda86 commit 8f1a2db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subst/cmd/substitutions.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ func substitutions(cmd *cobra.Command, args []string) error {
if err != nil {
return err
}

err = m.BuildSubstitutions()
if err != nil {
return err
}

if m != nil {
if len(m.Substitutions.Subst) > 0 {
if configuration.Output == "json" {
Expand Down

0 comments on commit 8f1a2db

Please sign in to comment.