mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.84k stars 153 forks source link

irmin-cli: change `--store irf` to `--store fs` #2234

Closed metanivek closed 1 year ago

metanivek commented 1 year ago

The Irmin site (example) uses fs for the file system store, but the resolver uses irf, which perhaps was a typo. Either way, lets update it to use fs.

https://github.com/mirage/irmin/blob/be961dce04297a1e549f9c94431c3869d0d5168e/src/irmin-cli/resolver.ml#L344