Skip to content

Commit

Permalink
Merge remote-tracking branch 'alexandernyquist/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Jun 17, 2016
2 parents 6405a46 + 9119abb commit e27a1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Shouldly/Configuration/DiffTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static string GetFullPath(string fileName)
var values = $"{processPath};{userPath};{machinePath}";
return values.Split(';')
.Where(p => !string.IsNullOrEmpty(p))
.Select(path => path.Trim('"'))
.Select(path => Path.Combine(path, fileName))
.FirstOrDefault(File.Exists);
}
Expand Down

0 comments on commit e27a1ae

Please sign in to comment.