Skip to content

Commit a15ff56

Browse files
crystalinAlan
andauthored
Fixes standalone binary path (paritytech#75)
Co-authored-by: Alan <[email protected]>
1 parent 1680819 commit a15ff56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_init_var.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdir -p $PARACHAIN_BUILD_FOLDER
88

99

1010
if [ -z "$STANDALONE_BINARY" ]; then
11-
STANDALONE_BINARY="target/release/moonbase-standalone"
11+
STANDALONE_BINARY="node/standalone/target/release/moonbase-standalone"
1212
fi
1313

1414
if [ -z "$PARACHAIN_BINARY" ]; then

0 commit comments

Comments
 (0)