mirror of
https://github.com/munki/munki.git
synced 2026-04-26 06:48:57 -05:00
Merge branch 'Munki7dev' into custom-sidebar
This commit is contained in:
@@ -660,7 +660,7 @@ func promptForSubdirectory(_ repo: Repo, _ subdirectory: String?) async -> Strin
|
||||
|
||||
/// Opens pkginfo list in the user's chosen editor.
|
||||
func editPkgInfoInExternalEditor(_ pkginfo: PlistDict) -> PlistDict {
|
||||
guard let editor = adminPref("editor") as? String else {
|
||||
guard let editor = adminPref("editor") as? String, !editor.isEmpty else {
|
||||
return pkginfo
|
||||
}
|
||||
print("Edit pkginfo before upload? [y/N]: ", terminator: "")
|
||||
|
||||
Reference in New Issue
Block a user