chore: remove obsolete api

This commit is contained in:
2023-03-03 15:55:23 +01:00
parent 0bb7f2cd85
commit a9d2c282f2
3 changed files with 27 additions and 105 deletions

View File

@ -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")
}