aboutsummaryrefslogtreecommitdiff
path: root/repository/fetcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'repository/fetcher.go')
-rw-r--r--repository/fetcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/fetcher.go b/repository/fetcher.go
index ae3b9a7d..9cb0133c 100644
--- a/repository/fetcher.go
+++ b/repository/fetcher.go
@@ -8,7 +8,7 @@ import "codeberg.org/lindenii/furgit/object/fetch"
// need to peel through annotated tags, or when you want path-based access
// within trees.
//
-// Labels: Life-Parent, Close-No.
+// Labels: Life-Parent.
func (repo *Repository) Fetcher() *fetch.Fetcher {
return repo.fetcher
}