Skip to content

Commit

Permalink
update compile output to a complete spec (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkYuan committed Jul 27, 2023
1 parent ffed2da commit 248404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/compile/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (o *CompileOptions) Run() error {
}
}

yaml, err := yamlv2.Marshal(sp.Resources)
yaml, err := yamlv2.Marshal(sp)
if err != nil {
return err
}
Expand Down

0 comments on commit 248404d

Please sign in to comment.