From 38fa117dc8d05e768a308279c1a0025892a4f8dd Mon Sep 17 00:00:00 2001 From: Jhair Vargas Date: Tue, 12 May 2020 17:32:12 -0500 Subject: [PATCH] message --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5ef9556..4515e2f 100644 --- a/src/index.js +++ b/src/index.js @@ -11,6 +11,7 @@ const messages = [ "Reinventing the wheel. Again.", "This is not the commit message you are looking for", "Batman! (this commit has no parents)", + "It is a small step for the programmer; a great leap for humanity", ]; const funnyCommit = () => { @@ -20,4 +21,4 @@ const funnyCommit = () => { module.exports = { funnyCommit -}; \ No newline at end of file +};