Skip to content

Commit

Permalink
chore: comment out APP_DIR to accomodate the shell lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWadeOddball committed Nov 26, 2024
1 parent 0392c84 commit 052291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#########################

# Helpers for .envrc
APP_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# APP_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

# Set environment to local to avoid deployed environment specifics (like auth)
export APP_ENV=local
Expand Down

0 comments on commit 052291a

Please sign in to comment.