Skip to content

Commit 4a56894

Browse files
fixed typo in git submodule parameter
1 parent f1c253a commit 4a56894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ShellOut.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public extension ShellOutCommand {
148148
}
149149

150150
if recursive {
151-
command.append(" --recurisve")
151+
command.append(" --recursive")
152152
}
153153

154154
command.append(" --quiet")

0 commit comments

Comments
 (0)