more concise output

This commit is contained in:
Gaurav Bankar
2024-08-08 09:06:09 +05:30
parent 833ac4c629
commit 6483a4f7e9

View File

@@ -76,7 +76,7 @@ function run_command {
if [[ "$ask_confirm" == "yes" ]]; then if [[ "$ask_confirm" == "yes" ]]; then
if ! ask_confirmation "\n$description"; then if ! ask_confirmation "\n$description"; then
print_info "$description was skipped." # print_info "$description was skipped."
log_message "$description was skipped by user choice." log_message "$description was skipped by user choice."
return 1 return 1
fi fi