Skip to content

Commit caa7d14

Browse files
committed
Cleanup
1 parent 8ba0a3f commit caa7d14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/ShellOut.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ public struct ShellOutCommand {
106106
}
107107

108108
var string: String {
109-
([Argument(command)] + arguments)
110-
.map(\.string)
109+
([command.value] + arguments.map(\.string))
111110
.joined(separator: " ")
112111
}
113112

0 commit comments

Comments
 (0)