Skip to content

Commit

Permalink
chore: change shebang path to use env
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Nov 27, 2024
1 parent 96dd7bb commit e53487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-fixture.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

CARGO_HOME=./fixture/zomes/foo/.cargo cargo build -p test_wasm_foo --release --target wasm32-unknown-unknown --target-dir ./fixture/zomes/foo/target
Expand Down

0 comments on commit e53487f

Please sign in to comment.