summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/branch.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/git_commands/branch.go')
-rw-r--r--pkg/commands/git_commands/branch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/git_commands/branch.go b/pkg/commands/git_commands/branch.go
index acf40a7bd..d8be71deb 100644
--- a/pkg/commands/git_commands/branch.go
+++ b/pkg/commands/git_commands/branch.go
@@ -11,7 +11,7 @@ import (
// this takes something like:
// * (HEAD detached at 264fc6f5)
-// remotes
+// remotes
// and returns '264fc6f5' as the second match
const CurrentBranchNameRegex = `(?m)^\*.*?([^ ]*?)\)?$`