mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-05 15:15:49 +02: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…
x
Reference in New Issue
Block a user