Skip to content

Commit 3d83cc8

Browse files
d-xogbalabasquer
andauthored
Update nix/solidity-package.sh
Co-authored-by: Gonzalo Balabasquer <gbalabasquer@gmail.com>
1 parent 9d46068 commit 3d83cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/solidity-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mapfile -t files < <(find "$dir/src" -name '*.sol')
1717
json_file="out/dapp.sol.json"
1818
(set -x; solc $REMAPPINGS "${opts[@]}" $solcFlags "${files[@]}" > "$json_file")
1919

20-
if [[ "$doCheck" == 1 ]] then
20+
if [[ "$doCheck" == 1 ]]; then
2121
DAPP_OUT=out dapp test
2222
fi
2323

0 commit comments

Comments
 (0)