check -> checkForUpdate

This commit is contained in:
Ben Ogle
2016-02-23 17:14:52 -08:00
parent b481a06cbf
commit a876e85899

View File

@@ -60,7 +60,7 @@ export default class AutoUpdateManager {
)
}
check () {
checkForUpdate () {
ipcRenderer.send('check-for-update')
}
}