mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 16:16:28 -04:00
dont really need this
This commit is contained in:
parent
2dc848506c
commit
a61356d018
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue