munki / munki-pkg

Repo for the munkipkg tool and example projects
Other
343 stars 75 forks source link

Creating a new project with --json results in two build-info files #46

Closed homebysix closed 5 years ago

homebysix commented 5 years ago

Steps to reproduce:

$ munkipkg --create --json foo
munkipkg: Created new package project at foo
$ cd foo
$ munkipkg .
ERROR: Multiple build-info files found!

Expected outcome:

Only a single build-info.json file should be created, mirroring the behavior of munkipkg --create foo and munkipkg --create --yaml foo.