Skip to content

Commit

Permalink
chore: update generated config target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Sep 23, 2024
1 parent 8a33f0a commit afeb177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/set_native_env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ get_env_vars() {
# If there is no [env] table defined, it will be created and the new flags added
# Otherwise if any of the flags is already defined it won't be overriden.
main () {
CONFIG_PATH="crates/blockifier/.cargo"
# CONFIG_PATH="crates/blockifier/.cargo"
CONFIG_PATH="/.cargo"
CONFIG_FILE="${CONFIG_PATH}/config.toml"

mkdir -p "$CONFIG_PATH"
Expand Down

0 comments on commit afeb177

Please sign in to comment.