Skip to content

Commit b9998cf

Browse files
committed
Fix build
1 parent d3e2973 commit b9998cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/storage/local.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ func (l *LocalStorage) Delete(path string) error {
6868

6969
// URL gets the redirect URL to a file
7070
func (l *LocalStorage) URL(path, name string) (*url.URL, error) {
71-
return nil, ErrUrlNotSupported
71+
return nil, ErrURLNotSupported
7272
}

0 commit comments

Comments
 (0)