Skip to content

Commit 8f1a2db

Browse files
committed
Fix substitutions command
1 parent 96cda86 commit 8f1a2db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

subst/cmd/substitutions.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ func substitutions(cmd *cobra.Command, args []string) error {
4040
if err != nil {
4141
return err
4242
}
43+
44+
err = m.BuildSubstitutions()
45+
if err != nil {
46+
return err
47+
}
48+
4349
if m != nil {
4450
if len(m.Substitutions.Subst) > 0 {
4551
if configuration.Output == "json" {

0 commit comments

Comments
 (0)