diff --git a/src/index.js b/src/index.js index 5274bd4..ec03688 100644 --- a/src/index.js +++ b/src/index.js @@ -12,10 +12,12 @@ const messages = [ "Reinventing the wheel. Again.", "This is not the commit message you are looking for", "Batman! (this commit has no parents)", + "you are the master chief of the code!!!", "the greats murmur as learning with this commit", "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", + "you are the master chief of the code!!!!", ]; const funnyCommit = () => { @@ -25,4 +27,4 @@ const funnyCommit = () => { module.exports = { funnyCommit -}; \ No newline at end of file +};