Skip to content

Commit

Permalink
fix: add missing function
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Oct 16, 2023
1 parent f4a579f commit c211b3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ function load_env_file() {
fi
}

function setup() {
load_env_file
}

# ----------------------------- Setup ENV Variables -------------------------------------------------------------
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
readonly SCRIPT_DIR
Expand Down

0 comments on commit c211b3d

Please sign in to comment.