Skip to content

Commit

Permalink
fix paths on config generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Feb 28, 2024
1 parent d26b42d commit 42fe200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-testnet/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ MULTIVERSXTESTNETSCRIPTSDIR="$(dirname "$DOCKERTESTNETDIR")/testnet"

source "$MULTIVERSXTESTNETSCRIPTSDIR/variables.sh"
source "$MULTIVERSXTESTNETSCRIPTSDIR/include/config.sh"
source "$MULTIVERSXTESTNETSCRIPTSDIR/include/build.sh"\
source "$MULTIVERSXTESTNETSCRIPTSDIR/include/build.sh"

echo ${MULTIVERSXDIR}
export CONFIGGENERATORDIR="${MULTIVERSXDIR}/mx-chain-deploy-go/cmd/filegen"

prepareFolders

Expand Down

0 comments on commit 42fe200

Please sign in to comment.