From c50dfa02ece219c8609264f786dc6786b8e487c0 Mon Sep 17 00:00:00 2001 From: Raymundo Solis Date: Fri, 21 Aug 2020 20:29:41 -0500 Subject: [PATCH 1/2] Update index.js --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5274bd4..1be0f94 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,7 @@ const messages = [ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live", "naruto, The programmer ninja!", "The covid-19 block my commit", + "This commit help my ninja dev path nin nin" ]; const funnyCommit = () => { @@ -25,4 +26,4 @@ const funnyCommit = () => { module.exports = { funnyCommit -}; \ No newline at end of file +}; From e5a5cb19bfa2b82c06af6f2c4d70df90de84ac0d Mon Sep 17 00:00:00 2001 From: Raymundo Solis Date: Fri, 21 Aug 2020 20:30:09 -0500 Subject: [PATCH 2/2] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 1be0f94..38af741 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,7 @@ const messages = [ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live", "naruto, The programmer ninja!", "The covid-19 block my commit", - "This commit help my ninja dev path nin nin" + "This commit help my ninja dev path nin nin", ]; const funnyCommit = () => {