mirror of
https://github.com/oliverbooth/fdup.git
synced 2024-12-04 18:48:48 +00:00
fix: interpolate directory string
This commit is contained in:
parent
4e723362ae
commit
c77cb1a266
@ -15,7 +15,7 @@ internal sealed class ListCommand : AsyncCommand<ListSettings>
|
||||
var inputDirectory = new DirectoryInfo(settings.InputPath);
|
||||
if (!inputDirectory.Exists)
|
||||
{
|
||||
AnsiConsole.MarkupLine($"[red]{inputDirectory} does not exist![/]");
|
||||
AnsiConsole.MarkupLineInterpolated($"[red]{inputDirectory} does not exist![/]");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user