Skip to content

Commit

Permalink
Fixed message error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm1986 committed Nov 30, 2016
1 parent f8a7094 commit 794a1e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ private void provisionSteps() {
do{
System.out.println(" Write the certificate expiration date. If you don't provide\n"
+ " the date, the private key will be present inside database\n"
+ " ulimited. You must remove it manually.\n");
+ " unlimited. You must remove it manually.\n");
System.out.print(" Write the date using this format (yyyy.MM.dd-HH:mm:ss): ");
input = sc.next().trim();
if(input.equalsIgnoreCase("Q")){
Expand Down

0 comments on commit 794a1e3

Please sign in to comment.