Skip to content

Commit

Permalink
Changed success message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgurung committed Aug 20, 2019
1 parent 57fa495 commit 10c5a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private static async Task Main(string[] args)
}

Console.SetCursorPosition(0, ConsoleHelper.HeaderHeight + people.Count);
Console.WriteLine("\nCalendar generation complete.\n");
Console.WriteLine("\nOperation complete.\n");
}
catch (Exception exc)
{
Expand Down

0 comments on commit 10c5a54

Please sign in to comment.