X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/fd740bc499ebc6d3a381479316f74cdc736d02de..0ee4d86eeffe9c72dffd9e92cb33b27c8950940f:/hotline/file_wrapper.go diff --git a/hotline/file_wrapper.go b/hotline/file_wrapper.go index 94b3f03..b13e0dc 100644 --- a/hotline/file_wrapper.go +++ b/hotline/file_wrapper.go @@ -178,7 +178,7 @@ func (f *fileWrapper) Move(newPath string) error { return nil } -// Delete a fileWrapper and its associated metadata files if they exist +// Delete a file and its associated metadata files if they exist func (f *fileWrapper) Delete() error { err := f.fs.RemoveAll(f.dataPath) if err != nil {