We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd76ba commit 35dc5b9Copy full SHA for 35dc5b9
modules/lfs/utils.go renamed to modules/lfs/lfs_pointers.go
@@ -62,7 +62,7 @@ func IsLFSPointerFile(buf *[]byte) *models.LFSMetaObject {
62
return meta
63
}
64
65
-// ReadLFSMetaObject will read an LFS meta object and return a reader
+// ReadLFSMetaObject will read an LFS object and return a reader
66
func ReadLFSMetaObject(meta *models.LFSMetaObject) (io.ReadCloser, error) {
67
contentStore := &ContentStore{BasePath: setting.LFS.ContentPath}
68
return contentStore.Get(meta, 0)
0 commit comments