diff options
Diffstat (limited to 'hotline/file_wrapper.go')
| -rw-r--r-- | hotline/file_wrapper.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |