Skip to content

Commit 35dc5b9

Browse files
committed
Change the name of utils.go
1 parent 6dd76ba commit 35dc5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lfs/utils.go renamed to modules/lfs/lfs_pointers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func IsLFSPointerFile(buf *[]byte) *models.LFSMetaObject {
6262
return meta
6363
}
6464

65-
// ReadLFSMetaObject will read an LFS meta object and return a reader
65+
// ReadLFSMetaObject will read an LFS object and return a reader
6666
func ReadLFSMetaObject(meta *models.LFSMetaObject) (io.ReadCloser, error) {
6767
contentStore := &ContentStore{BasePath: setting.LFS.ContentPath}
6868
return contentStore.Get(meta, 0)

0 commit comments

Comments
 (0)