Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit b5b61b7

Browse files
committed
Improve UX: pr() and mrg()
1 parent e771e37 commit b5b61b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bashlava.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function pr {
9090
read user_input;
9191
case ${user_input} in
9292
y | Y) ci;;
93-
*) my_message="Operation cancelled" && App_Fatal;;
93+
*) my_message="OK, lets not show CI status." && App_Green;;
9494
esac
9595

9696
# UX fun
@@ -113,7 +113,7 @@ function mrg {
113113
read user_input;
114114
case ${user_input} in
115115
y | Y) ci;;
116-
*) my_message="Operation cancelled" && App_Fatal;;
116+
*) my_message="OK, lets not show CI status." && App_Green;;
117117
esac
118118

119119
App_Show_Version

0 commit comments

Comments
 (0)