diff --git a/src/lib/check-for-updates.js b/src/lib/check-for-updates.js index af84e0100..5d90442a2 100644 --- a/src/lib/check-for-updates.js +++ b/src/lib/check-for-updates.js @@ -32,4 +32,4 @@ module.exports = (options) => { } else throw err; }) ; -} +};