summaryrefslogtreecommitdiff
path: root/deleteTags.go
diff options
context:
space:
mode:
Diffstat (limited to 'deleteTags.go')
-rw-r--r--deleteTags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/deleteTags.go b/deleteTags.go
index 0b05238..d54c2dc 100644
--- a/deleteTags.go
+++ b/deleteTags.go
@@ -29,7 +29,7 @@ func (repo *Repo) DeleteLocalBranch(branch string) ([]string, error) {
return nil, fmt.Errorf("no remote branch")
}
- b1, err := repo.CountDiffObjectsNew(branch, remote) // should be zero
+ b1, _, err := repo.CountDiffObjectsNEWNEW(branch, remote) // should be zero
if err != nil {
return nil, err
}