Skip to content

Commit 6c2edd2

Browse files
authored
Fix the error statement too
1 parent 1fa9345 commit 6c2edd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDecrypt/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static void Main(string[] args)
4646
}
4747
else
4848
{
49-
Console.WriteLine($"{args[i]} is not a file or folder. Please check your spelling and formatting and try again.");
49+
Console.WriteLine($"{options.InputPaths[i]} is not a file or folder. Please check your spelling and formatting and try again.");
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)