We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20f08a9 + 26255d1 commit 7b3c0d8Copy full SHA for 7b3c0d8
Sources/ShellOutCommand+git.swift
@@ -65,7 +65,7 @@ public extension ShellOutCommand {
65
/// Run a git submodule update
66
static func gitSubmoduleUpdate(initializeIfNeeded: Bool = true, recursive: Bool = true, allowingPrompt: Bool = true, quiet: Bool = true) -> ShellOutCommand {
67
var command = git(allowingPrompt: allowingPrompt)
68
- .appending(arguments: ["submodule update"])
+ .appending(arguments: ["submodule", "update"])
69
70
if initializeIfNeeded {
71
command.append(argument: "--init")
0 commit comments