Skip to content

Commit

Permalink
Fix tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric L. Charlier committed Sep 14, 2019
1 parent d1b1ae1 commit c751bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NBi.Extensibility/ExternalDependencyNotFoundException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace NBi.Extensibility
public class ExternalDependencyNotFoundException : NBiException
{
public ExternalDependencyNotFoundException(string filename)
: base ($"This test is in error because the following dependency has not been found '{Path.GetFullPath(filename)}'")
: base ($"This test is in error because the following dependency has not been found '{Path.GetFullPath(filename)}'.")
{ }


Expand Down

0 comments on commit c751bba

Please sign in to comment.