Skip to content

Commit

Permalink
Update GuideConverter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
yasmin-aumeeruddy authored Aug 7, 2020
1 parent 1a8568b commit f0be8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuideConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static void main(String[] args) throws Exception {
String guideName = args[0];
getMD(guideName);
System.out.println("Guide converted");
System.out.println("Find markdown in instructions/"+guideName+"/"+guideName+.md");
System.out.println("Find markdown in instructions/"+guideName+"/"+guideName+".md");

}

Expand Down

0 comments on commit f0be8ed

Please sign in to comment.