Skip to content

Commit

Permalink
change lib_bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bitranox committed Jan 24, 2025
1 parent 2b8c5e4 commit 38eacc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/local_testscripts/lib_bash_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function install_or_update_lib_bash() {

install_or_update_lib_bash

source /usr/local/lib_bash/lib_helpers.sh
source /usr/local/lib_bash/lib_bash.sh

function my_banner() {
banner "${project_root_dir}: ${1}"
Expand Down
2 changes: 1 addition & 1 deletion tests/local_testscripts/shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function install_or_update_lib_bash() {

install_or_update_lib_bash

source /usr/local/lib_bash/lib_helpers.sh
source /usr/local/lib_bash/lib_bash.sh


function check_shellcheck_installed {
Expand Down

0 comments on commit 38eacc1

Please sign in to comment.