Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
fix(build): stop building while writing an error
Browse files Browse the repository at this point in the history
forgot, you must not use backticks outside apostrophes...
  • Loading branch information
koivunej committed Apr 1, 2022
1 parent 87a4114 commit 82453e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -d "patches" ]; then
fi

if ! [ -f "../target/debug/ipfs-http" ]; then
echo "Please build a debug version of Rust IPFS first via `cargo build --workspace` in the project root first." >&2
echo 'Please build a debug version of Rust IPFS first via `cargo build --workspace` in the project root first.' >&2
exit 1
fi

Expand Down

0 comments on commit 82453e5

Please sign in to comment.