Skip to content

Commit

Permalink
Fixes standalone binary path (paritytech#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Alan <alan@ip-172-31-37-206.us-east-2.compute.internal>
  • Loading branch information
crystalin and Alan committed Oct 22, 2020
1 parent 1680819 commit a15ff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_init_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p $PARACHAIN_BUILD_FOLDER


if [ -z "$STANDALONE_BINARY" ]; then
STANDALONE_BINARY="target/release/moonbase-standalone"
STANDALONE_BINARY="node/standalone/target/release/moonbase-standalone"
fi

if [ -z "$PARACHAIN_BINARY" ]; then
Expand Down

0 comments on commit a15ff56

Please sign in to comment.