summaryrefslogtreecommitdiff
path: root/branch.go
diff options
context:
space:
mode:
Diffstat (limited to 'branch.go')
-rw-r--r--branch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/branch.go b/branch.go
index 48db67e..95c3807 100644
--- a/branch.go
+++ b/branch.go
@@ -15,7 +15,7 @@ type BranchType uint
const (
BranchLocal BranchType = C.GIT_BRANCH_LOCAL
- BranchRemote = C.GIT_BRANCH_REMOTE
+ BranchRemote BranchType = C.GIT_BRANCH_REMOTE
)
type Branch struct {