Skip to content

Commit

Permalink
Merge pull request #2 from tringuyenskymavis/chore/adapt-for-soldeer-…
Browse files Browse the repository at this point in the history
…installation

Adapt soldeer installation
  • Loading branch information
tringuyenskymavis authored Aug 20, 2024
2 parents 9119111 + 9b65282 commit b2f7d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Check if the commit hash argument is provided
if [ -z "$1" ]; then
echo "Usage: bash lib/storage-delta/run.sh <hash> [config]"
echo "Usage: bash dependencies/@storage-delta-0.3.1/run.sh <hash> [config]"
exit 1
fi

Expand Down Expand Up @@ -153,7 +153,7 @@ for line in "${filesWithPath_old[@]}"; do

if [ -n "$output_old" ] && [ -n "$output_new" ]; then
echo "Comparing storage layout for $line"
node ./lib/storage-delta/_reporter.js "$output_old" "$output_new" ${line} $OMIT_NEW
node ./dependencies/@storage-delta-0.3.1/_reporter.js "$output_old" "$output_new" ${line} $OMIT_NEW
fi
) &

Expand Down

0 comments on commit b2f7d67

Please sign in to comment.