aboutsummaryrefslogtreecommitdiffstats
path: root/core/reference.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/reference.go')
-rw-r--r--core/reference.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/reference.go b/core/reference.go
index 72bfe9d..5258146 100644
--- a/core/reference.go
+++ b/core/reference.go
@@ -237,7 +237,7 @@ const (
// <src> is the pattern for references on the remote side and <dst> is where
// those references will be written locally. The + tells Git to update the
// reference even if it isn’t a fast-forward.
-// eg.: "+refs/*/*:refs/remotes/origin/*"
+// eg.: "+refs/heads/*:refs/remotes/origin/*"
//
// https://git-scm.com/book/es/v2/Git-Internals-The-Refspec
type RefSpec string