typo
This commit is contained in:
+1
-1
@@ -350,7 +350,7 @@ async function checkForUpdates(options) {
|
||||
// check app updates
|
||||
const result = await apps.list();
|
||||
for (const app of result) {
|
||||
await safe(checkAppUpdate(app), { debug });
|
||||
await safe(checkAppUpdate(app, options), { debug });
|
||||
}
|
||||
|
||||
// raise notifications here because the updatechecker runs regardless of auto-updater cron job
|
||||
|
||||
Reference in New Issue
Block a user