Skip to content

Commit 16921b2

Browse files
committed
flattern precomputed_block archive
1 parent e1f0a5c commit 16921b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/regenerate-archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rm -rf precomputed_blocks || true
4242
mkdir precomputed_blocks
4343
find ~/.mina-network -name 'precomputed_blocks.log' | xargs -I ! ./scripts/mina-local-network/split_precomputed_log.sh ! precomputed_blocks
4444
rm ./src/test/archive/sample_db/precomputed_blocks.tar.xz || true
45-
tar cvf ./src/test/archive/sample_db/precomputed_blocks.tar.xz precomputed_blocks
45+
tar -C precomputed_blocks -cvf ./src/test/archive/sample_db/precomputed_blocks.tar.xz .
4646
rm -rf precomputed_blocks
4747

4848
echo Regenerateing archive_db.sql

0 commit comments

Comments
 (0)