Skip to content

Commit bf70f25

Browse files
committed
Update output message.
1 parent c763411 commit bf70f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const flip = function(obj) {
2323
*/
2424
const generateMessage = function(gitCommand, data) {
2525
let message = chalk.magenta.bold(
26-
`Running Christian alias for \`git ${gitCommand}\`...`
26+
`Running Christian Git command for \`git ${gitCommand}\`...`
2727
);
2828
return message + `\n\n${chalk.magenta(data)}`;
2929
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "christian-git",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A collection of Christianized aliases to sanctify your Git workflow.",
55
"keywords": [
66
"git",

0 commit comments

Comments
 (0)