Skip to content

Commit

Permalink
Fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jun 29, 2024
1 parent ff36262 commit f3a3389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/global-vars/set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
MAIN_SCRIPT_PATH=$(realpath "$0")
SRC_DIR_PATH=$(dirname "${MAIN_SCRIPT_PATH}")
LIB_DIR_PATH="${SRC_DIR_PATH}/lib"
ENV_VARS_DIR_PATH="${LIB_DIR_PATH}/env-vars"
GLOBAL_VARS_DIR_PATH="${LIB_DIR_PATH}/global-vars"

. "${ENV_VARS_DIR_PATH}/default.sh"
. "${GLOBAL_VARS_DIR_PATH}/default.sh"

set_global_log_level() {
export PRE_COMMIT_GRYPE_LOG_LEVEL="$1"
Expand Down

0 comments on commit f3a3389

Please sign in to comment.