Skip to content

Commit

Permalink
Ensure the local plugin directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Jan 17, 2025
1 parent 53fa9ea commit 2904cdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ PATH_add build
export AVALANCHEGO_PATH=$PWD/build/avalanchego

# Configure the local plugin directory for both avalanchego and tmpnet usage
export AVAGO_PLUGIN_DIR=$PWD/build/plugins
mkdir -p $PWD/build/plugins # avalanchego will FATAL if the directory does not exist
export AVAGO_PLUGIN_DIR="${AVAGO_PLUGIN_DIR:-$PWD/build/plugins}" # Use an existing value if set

0 comments on commit 2904cdb

Please sign in to comment.