We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bc631 commit 06527a4Copy full SHA for 06527a4
approvaltests/src/main/java/org/approvaltests/reporters/linux/ReportByCreatingDiffFile.java
@@ -8,7 +8,7 @@
8
9
public class ReportByCreatingDiffFile extends GenericDiffReporter
10
{
11
- private static DiffInfo info = new DiffInfo("/usr/bin/diff",
+ private static DiffInfo info = new DiffInfo("/usr/bin/diff",
12
GenericDiffReporter.TEXT_FILE_EXTENSIONS);
13
public static final ReportByCreatingDiffFile INSTANCE = new ReportByCreatingDiffFile();
14
public ReportByCreatingDiffFile()
0 commit comments