Skip to content

Commit 71e4236

Browse files
committed
change lib_bash
1 parent 99a6efe commit 71e4236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/local_testscripts/lib_bash_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function install_or_update_lib_bash() {
3838

3939
install_or_update_lib_bash
4040

41-
source /usr/local/lib_bash/lib_helpers.sh
41+
source /usr/local/lib_bash/lib_bash.sh
4242

4343
function my_banner() {
4444
banner "${project_root_dir}: ${1}"

tests/local_testscripts/shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function install_or_update_lib_bash() {
1717

1818
install_or_update_lib_bash
1919

20-
source /usr/local/lib_bash/lib_helpers.sh
20+
source /usr/local/lib_bash/lib_bash.sh
2121

2222

2323
function check_shellcheck_installed {

0 commit comments

Comments
 (0)