1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

dont really need this

This commit is contained in:
Jesse Duffield
2020-10-01 22:15:12 +10:00
parent 2dc848506c
commit a61356d018

View File

@ -127,10 +127,6 @@ func (c *GitCommand) SubmoduleUpdateUrl(name string, path string, newUrl string)
return err
}
if err := c.OSCommand.RunCommand("git submodule update --init %s", path); err != nil {
return err
}
return nil
}