Skip to content

Commit 84fc932

Browse files
authored
s/experimental//g (#771)
* s/experimental//g * address comments
1 parent e265ba3 commit 84fc932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/fsck/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tiles implied by the tree size it contains.
1515
It can be run with the following command:
1616

1717
```bash
18-
$ go run github.com/transparency-dev/tessera/cmd/experimental/fsck --storage_url=http://localhost:2024/ --public_key=tessera.pub
18+
$ go run github.com/transparency-dev/tessera/cmd/fsck@main --storage_url=http://localhost:2024/ --public_key=tessera.pub
1919
I0519 12:48:18.776151 16532 fsck.go:61] Fsck: checking log of size 203150
2020
I0519 12:48:20.991727 16532 fsck.go:116] Successfully fsck'd log with size 203150 and root veoRTC8vvpl5VyXbG4mALWTBlz75rVKWKnSXoUX3UHU= (bdea114c2f2fbe99795725db1b89802d64c1973ef9ad52962a7497a145f75075)
2121
```

0 commit comments

Comments
 (0)