mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
commands/git : remove extra space
This commit is contained in:
parent
9bad0337fe
commit
97e0a6dc45
|
|
@ -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 "
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue