diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/main.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/main.sh b/scripts/main.sh index 4e0596b..082576a 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -79,11 +79,11 @@ run-btrfs-rec $gendir/3.trees.json \ run-btrfs-rec $gendir/4.ls-files.txt \ --mappings=$gendir/2.mappings.json \ --node-list=$gendir/0.nodes.json \ - --rebuild \ + --trees=$gendir/3.trees.json \ inspect ls-files run-btrfs-rec $gendir/4.ls-trees.txt \ --mappings=$gendir/2.mappings.json \ --node-list=$gendir/0.nodes.json \ - --rebuild \ + --trees=$gendir/3.trees.json \ inspect ls-trees |