Skip to content

Commit 4690c4a

Browse files
committed
chore: adjust spacing
1 parent 77672db commit 4690c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/git/push.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ C_GREY46="\033[38;5;243m"
77
C_GREY62="\033[38;5;247m"
88

99

10-
11-
echo "\n${F_BOLD}${C_INDIANRED1}--- Hit ENTER to confirm COMMIT and PUSH task ---${NO_FORMAT}\n"
10+
echo "\n${F_BOLD}${C_INDIANRED1}--- Hit ENTER to confirm COMMIT and PUSH task ---${NO_FORMAT}"
1211

1312
read -r input
1413

1514
if [ -z "$input" ]; then
16-
echo "\n${F_BOLD}Sign and push local changes${NO_FORMAT}\n"
15+
clear
16+
echo "${F_BOLD}Sign and push local changes${NO_FORMAT}\n"
1717
make sign
1818
sh scripts/package/bump.sh "$(PROJECT)" && git push
1919
else

0 commit comments

Comments
 (0)