Skip to content

Commit

Permalink
Fix typo that broke menu item checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Oct 27, 2016
1 parent 73d5bde commit 0da8860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Postgres/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, SUUpdaterDelegate {
self.hideMenuHelperApp = hideMenuHelperApp

if self.hideMenuHelperApp {
let runningMenuHelperApps = NSRunningApplication.runningApplications(withBundleIdentifier: "com.postgresapp.PostgresMenuHelper")
let runningMenuHelperApps = NSRunningApplication.runningApplications(withBundleIdentifier: "com.postgresapp.Postgres2MenuHelper")
for app in runningMenuHelperApps where app.bundleURL!.path == Bundle.main.url(forAuxiliaryExecutable: "PostgresMenuHelper.app")!.path {
app.terminate()
}
Expand Down

0 comments on commit 0da8860

Please sign in to comment.