Skip to content

Commit 9cb7b91

Browse files
committed
Add files via upload
1 parent b344657 commit 9cb7b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
BOLD=$(tput bold)
33
RESET=$(tput sgr0)
4+
RED=$(tput setaf 1)
45
GREEN=$(tput setaf 2)
56

67
echo "============================================================"
@@ -51,7 +52,7 @@ git_commit() {
5152
# if commitmsg empty
5253
if [ -z "$commitmsg" ]
5354
then
54-
echo "${BOLD}${GREEN}Commit message is empty.${RESET}"
55+
echo "${BOLD}${RED}Commit message is empty.${RESET}"
5556
commitmsg="Add files via upload"
5657
fi
5758

0 commit comments

Comments
 (0)