chore: remove obsolete api
This commit is contained in:
@ -47,7 +47,7 @@ func PackageCommand() *cli.Command {
|
||||
|
||||
bundle := bundle.NewDirectoryBundle(appDir)
|
||||
|
||||
manifest, err := app.LoadAppManifest(bundle)
|
||||
manifest, err := app.LoadManifest(bundle)
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "could not load app manifest")
|
||||
}
|
||||
|
Reference in New Issue
Block a user