Skip to content

Commit

Permalink
fix(compute/pack): reference manifest from global data
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Nov 15, 2023
1 parent a2ebb10 commit 9eb4f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/compute/pack.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (c *PackCommand) Exec(_ io.Reader, out io.Writer) (err error) {
return err
}

filename := sanitize.BaseName(c.manifest.File.Name)
filename := sanitize.BaseName(c.Globals.Manifest.File.Name)
if filename == "" {
filename = "package"
}
Expand Down

0 comments on commit 9eb4f6a

Please sign in to comment.