Skip to content

Commit

Permalink
Update env.sh to use APPS_DIR rather than the old ENVIRONMENT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 19, 2024
1 parent 2662541 commit 0bebd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Prints the environment variables when activating un-packed environment
export PATH=/usr/bin:/bin

source {{ENVIRONMENT_DIR}}/$1/bin/activate
source {{APPS_DIR}}/$1/bin/activate
/bin/env

0 comments on commit 0bebd65

Please sign in to comment.