Skip to content

Commit

Permalink
sh
Browse files Browse the repository at this point in the history
Signed-off-by: pbio <[email protected]>
  • Loading branch information
paulbalaji committed Oct 4, 2024
1 parent 6869e78 commit 0af079e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solidity/bytecodeversion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

FILEPATH="contracts/PackageVersioned.sol"
TEMPFILE=$(mktemp)
Expand Down
2 changes: 1 addition & 1 deletion solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"gas-ci": "yarn gas --check --tolerance 2 || (echo 'Manually update gas snapshot' && exit 1)",
"slither": "slither .",
"storage": "./storage.sh",
"version:bytecode": "./bytecodeversion.sh",
"version:bytecode": "sh ./bytecodeversion.sh",
"version:changed": "yarn version:bytecode && git diff --exit-code",
"version:exhaustive": "yarn tsx ./test/exhaustiveversion.test.ts"
},
Expand Down

0 comments on commit 0af079e

Please sign in to comment.