diff --git a/pkg/commands/git.go b/pkg/commands/git.go index ecbd702c1..624588fc2 100644 --- a/pkg/commands/git.go +++ b/pkg/commands/git.go @@ -307,7 +307,6 @@ func (c *GitCommand) Pull() error { // Push pushes to a branch func (c *GitCommand) Push(branchName string, force bool) error { forceFlag := "" - if force { forceFlag = "--force-with-lease " }