Skip to content

Commit 37230a3

Browse files
authored
Help with file paths that include spaces (#990)
1 parent 6a77fc2 commit 37230a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/SnapshotTestingConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public struct SnapshotTestingConfiguration: Sendable {
168168

169169
/// The [Kaleidoscope](http://kaleidoscope.app) diff tool.
170170
public static let ksdiff = Self {
171-
"ksdiff \($0) \($1)"
171+
"ksdiff \"\($0)\" \"\($1)\""
172172
}
173173

174174
/// The default diff tool.

0 commit comments

Comments
 (0)