Skip to content

Commit

Permalink
fix: Comment out unnecessary echo statement in commit_with_message fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
wajeht committed Jul 17, 2024
1 parent 68d724d commit dc0e846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ commit_with_message() {
exit 1
else
git commit -m "$commit_message" --no-verify
echo "${GREEN}$commit_message${NC}"
# echo "${GREEN}$commit_message${NC}"
exit 0
fi
}
Expand Down

0 comments on commit dc0e846

Please sign in to comment.