Skip to content

Commit

Permalink
Revert "fix: correct the update message. Closes #62"
Browse files Browse the repository at this point in the history
  • Loading branch information
brent-hoover authored Oct 25, 2022
1 parent 5573370 commit cb0813c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/checkForNewVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ const pkg = require("../package.json");
*/
export default async function checkForNewVersion() {
const notifier = updateNotifier({ pkg });
const updateCommand = "npm i -g reaction-cli";
const updateMessage = `Run ${updateCommand} to update.`;
notifier.notify({ message: updateMessage });
notifier.notify();
}

0 comments on commit cb0813c

Please sign in to comment.