We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a6efe commit 71e4236Copy full SHA for 71e4236
tests/local_testscripts/lib_bash_functions.sh
@@ -38,7 +38,7 @@ function install_or_update_lib_bash() {
38
39
install_or_update_lib_bash
40
41
-source /usr/local/lib_bash/lib_helpers.sh
+source /usr/local/lib_bash/lib_bash.sh
42
43
function my_banner() {
44
banner "${project_root_dir}: ${1}"
tests/local_testscripts/shellcheck.sh
@@ -17,7 +17,7 @@ function install_or_update_lib_bash() {
17
18
19
20
21
22
23
function check_shellcheck_installed {
0 commit comments