Skip to content

Commit

Permalink
fix: just build-go-ffi command (ethereum-optimism#12371)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian authored and samlaf committed Nov 10, 2024
1 parent 9bdea5f commit 587350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build: prebuild

# Builds the go-ffi tool for contract tests.
build-go-ffi:
cd scripts/go-ffi && go build
cd ./scripts/go-ffi && go build

# Cleans build artifacts and deployments.
clean:
Expand Down

0 comments on commit 587350e

Please sign in to comment.