Skip to content

Commit

Permalink
refactor: update sleep time function names
Browse files Browse the repository at this point in the history
The sleep time functions in the core_messages.sh file have been updated to use more descriptive names. The fn_sleep_time function has been renamed to fn_sleep_time_1 for clarity and consistency. This change improves code readability and maintainability.
  • Loading branch information
dgibbs64 committed Oct 10, 2023
1 parent e6bf5aa commit 14b5ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lgsm/modules/core_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn_print_dots() {
else
echo -en "${creeol}[ .... ] $*"
fi
fn_sleep_time
fn_sleep_time_1
}

fn_print_dots_nl() {
Expand All @@ -153,7 +153,7 @@ fn_print_dots_nl() {
else
echo -e "${creeol}[ .... ] $*"
fi
fn_sleep_time
fn_sleep_time_1
echo -en "\n"
}

Expand Down

0 comments on commit 14b5ee9

Please sign in to comment.