Skip to content

Commit

Permalink
raster: update copy-on-write warning
Browse files Browse the repository at this point in the history
The warning talks about point cloud tiles even on raster checkouts. Fix
this.
  • Loading branch information
rcoup committed Jun 27, 2023
1 parent f33ef8f commit 478e652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kart/workdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def check_if_reflink_okay(self):

msg = [
"Copy-on-write is not supported on this filesystem.",
"Currently Kart must create two copies of point cloud tiles to support full distributed version control features.",
"Currently Kart must create two copies of tiles to support full distributed version control features.",
"For more info, see https://docs.kartproject.org/en/latest/pages/git_lfs.html#disk-usage",
]
click.echo("\n".join(msg), err=True)
Expand Down

0 comments on commit 478e652

Please sign in to comment.