1
0
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:
Anthony HAMON 2018-09-12 07:51:14 +02:00
parent 9bad0337fe
commit 97e0a6dc45

View File

@ -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 "
}