Skip to content

Commit

Permalink
chore: add check docs info message
Browse files Browse the repository at this point in the history
  • Loading branch information
6a6f6a6f committed Mar 24, 2024
1 parent 0d3f451 commit ab0cef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Clone.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
if (Directory.Exists(cloneFolder))
{
Printer.PrintWarning("Repository already exists!");
Printer.PrintInformational("You may want to check the docs to improve your usage.");
Environment.Exit(1);
}

Expand Down

0 comments on commit ab0cef8

Please sign in to comment.