Skip to content

Commit 8892ef5

Browse files
authored
Update local_filesystem_storage parameter in docs (#935)
1 parent 90e3d68 commit 8892ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/icechunk-python/virtual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We have a virtual dataset with 31 timestamps! One hint that this worked correctl
8888
import icechunk
8989

9090
storage = icechunk.local_filesystem_storage(
91-
prefix='oisst',
91+
path='oisst',
9292
)
9393

9494
config = icechunk.RepositoryConfig.default()

0 commit comments

Comments
 (0)