Skip to content

Commit

Permalink
Fix updater ref
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgoedjen committed Mar 15, 2020
1 parent 57e6b67 commit ae06e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Secretive/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
list.add(store: SmartCard.Store())
return list
}()
let updater = PreviewUpdater()
let updater = Updater()

func applicationDidFinishLaunching(_ aNotification: Notification) {

Expand Down

0 comments on commit ae06e8e

Please sign in to comment.