Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"May the --force be with you"
];

const funnyCommit = () => {
Expand All @@ -25,4 +26,4 @@ const funnyCommit = () => {

module.exports = {
funnyCommit
};
};