From 71f349babdbeaac6f7f3d32c55302192cf519e08 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Fri, 13 Dec 2024 13:15:30 +0530 Subject: [PATCH] (chore) --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 3ea1987..4bea66a 100755 --- a/push.sh +++ b/push.sh @@ -6,7 +6,7 @@ # Define the conventional commit types with new emojis TYPES=("๐Ÿš€ feat" "๐Ÿ› fix" "๐Ÿ“ docs" "โœจ style" "๐Ÿ›  refactor" "โšก๏ธ perf" "๐Ÿ”ฌ test" "๐Ÿ”ง build" "๐Ÿค– ci" "๐Ÿงน chore" "โช revert") -# Function to display an error and exit +# Function to display an error and exit and error_exit() { echo -e "\033[1;31m[ERROR]\033[0m $1" exit 1