diff --git a/pluginsrepo.js b/pluginsrepo.js index 3e0cdd8..4469d6e 100644 --- a/pluginsrepo.js +++ b/pluginsrepo.js @@ -92,7 +92,7 @@ exports = { internal.print(`Reloading!`); electron.getCurrentWindow().loadURL(window.location.href); } - },`The following plugins need to update: ${updated.join(", ")}. Would you like to restart for these plugins to be updated?`,); + },`The following plugins need to update: ${updated.join(", ")}. Would you like to restart for these plugins to be updated?`); } }, @@ -314,4 +314,4 @@ exports = { this.updateCheck(); setTimeout(this.init,200); } -} \ No newline at end of file +}