Skip to content

Commit

Permalink
Update main.csx
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Aug 7, 2022
1 parent 9ef9b2e commit 486878b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source-diff/main.csx
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ static async Task DiffDirectories(string oldSrc, string newSrc, string outputPat
.WithValidation(CommandResultValidation.None)
|
Cli.Wrap("sed")
.WithArguments(@"-e 's/a\/old\///g' -e 's/a\/new\///g' -e 's/b\/old\///g' -e 's/b\/new\///g'")
.WithValidation(CommandResultValidation.None)
.WithArguments(@"-e s/a\/old\///g -e s/a\/new\///g -e s/b\/old\///g -e s/b\/new\///g")
|
Cli.Wrap("diff2html")
.WithArguments($"-i stdin -F {Path.Combine(outputPath, $"{directoryName}.html")}")
Expand Down

0 comments on commit 486878b

Please sign in to comment.