Skip to content

Commit

Permalink
replace source with dot #32
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmysun committed Aug 26, 2024
1 parent fe9eaec commit 7814c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/logging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o posix;

export TO_TTY=true;

source "$(dirname "${0}")/../helpers/logging.sh";
. "$(dirname "${0}")/../helpers/logging.sh";

export ELL_LOG_LEVEL=5;
echo "ELL_LOG_LEVEL=${ELL_LOG_LEVEL}";
Expand Down

0 comments on commit 7814c5f

Please sign in to comment.