Skip to content

Commit f53d4df

Browse files
authored
Merge pull request JohnSundell#29 from Jerrot/master
Fixed typo in git submodule parameter
2 parents f1c253a + 4a56894 commit f53d4df

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)