Skip to content

Commit

Permalink
Fix extraneous line in deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Mar 13, 2024
1 parent 28aa2aa commit 5d371f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fi

OLD_VERSION="$(cargo run --package fend --quiet -- version)"

if ! command -v "wasm-pack"; then
if ! command -v "wasm-pack" >/dev/null; then
fail "Please install wasm-pack"
fi

Expand Down

0 comments on commit 5d371f3

Please sign in to comment.