Skip to content

Commit

Permalink
Merge branch 'fix-env-path'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Mar 21, 2024
2 parents 6815366 + 09309f3 commit 713ee19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

source scripts/utils/host
source "$SCRIPT_DIR/scripts/utils/host"

ENV_TARGET=${1:-$HOST}

Expand Down

0 comments on commit 713ee19

Please sign in to comment.