Skip to content

Commit

Permalink
Some styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroCB committed Jul 20, 2020
1 parent a0b3eeb commit 75d0aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function storePrefs(sendEmail, sendPass, recvEmail, recvPass, shouldStore, recvA
fs.mkdirSync(configPath);
}

console.log(`Login successful. Storing your session in ${chalk.yellow(tools.getConfigDir())}...`);
console.log(`${chalk.green("Login successful.")} Storing your session in ${chalk.yellow(tools.getConfigDir())}...`);
fs.writeFileSync(tools.getConfigPath(), JSON.stringify(config));
callback(null, sendApi);
});
Expand Down
2 changes: 1 addition & 1 deletion src/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ const chalk = require("chalk");
const tools = require("./tools");

tools.printHeader();
console.log(`${chalk.yellow("INFO")} Run ${chalk.blue("mnotify --init")} to get started.`);
console.log(`Thanks for installing! Run ${chalk.blue("mnotify --init")} to get started.`);

0 comments on commit 75d0aee

Please sign in to comment.