From a61356d0180a7917666fd2318184fe2b9762a460 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 1 Oct 2020 22:15:12 +1000 Subject: [PATCH] dont really need this --- pkg/commands/submodules.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/commands/submodules.go b/pkg/commands/submodules.go index 53a201c1e..1cfebdb3d 100644 --- a/pkg/commands/submodules.go +++ b/pkg/commands/submodules.go @@ -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 }