Skip to content

Commit

Permalink
Missed space in the "skipping" message
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFinkelshteyn committed Jan 17, 2019
1 parent 6305e4f commit 5fd2905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S3Download/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static void Main(string[] args)
var target = Path.Combine(folder, file);
if (File.Exists(target))
{
Console.WriteLine(target + "already exists, skipping...");
Console.WriteLine(target + " already exists, skipping...");
_cursorTop = Console.CursorTop;
}
else
Expand Down

0 comments on commit 5fd2905

Please sign in to comment.