Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkazu committed Nov 26, 2024
1 parent 39709b7 commit 6702a0d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ macro_rules! bash(

fn get_chain_spec_builder_path() -> &'static str {
run_cmd!(
cargo build --release -p staging-chain-spec-builder --bin chain-spec-builder;
export WASM_FILE_PATH=$WASM_FILE_PATH
cargo build --release -p staging-chain-spec-builder --bin chain-spec-builder
).expect("Failed to execute command");
CHAIN_SPEC_BUILDER_PATH
}
Expand Down

0 comments on commit 6702a0d

Please sign in to comment.