Skip to content

Commit

Permalink
Align ask_msg with the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 4, 2024
1 parent 23d439c commit 97a6a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ info_msg() {
# Definition of the ask_msg function: Print a message as an interactive question
ask_msg() {
msg="${1}"
read -rp $"$(echo -e "${blue}->${color_off}${bold} ${msg}${color_off} ")" answer
read -rp $"$(echo -e "${blue}-->${color_off}${bold} ${msg}${color_off} ")" answer
}

# Definition of the warning_msg function: Print a message as a warning message
Expand Down

0 comments on commit 97a6a7c

Please sign in to comment.