summaryrefslogtreecommitdiffstats
path: root/pkg/commands/submodules.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-01 22:15:12 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-10-02 08:09:42 +1000
commita61356d0180a7917666fd2318184fe2b9762a460 (patch)
tree68dc95fa9cf18f954c3355af4f010b5a48557aab /pkg/commands/submodules.go
parent2dc848506cb465cd46006b4a2a6dca2bdc5cf89d (diff)
dont really need this
Diffstat (limited to 'pkg/commands/submodules.go')
-rw-r--r--pkg/commands/submodules.go4
1 files changed, 0 insertions, 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
}