Skip to content

Commit

Permalink
typo fix: changed json file extension from jason to json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya Muralidhar Bhatt authored and Chaitanya Muralidhar Bhatt committed Apr 11, 2015
1 parent 3c0341b commit 6db29ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/dashboard/generator/GenerateDashboard.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public static void main(String[] args) {
try {


String outputFile = outputFilePath + outputFileName + ".jason";
String outputFile = outputFilePath + outputFileName + ".json";

writer = new PrintWriter(outputFile, "UTF-8");
writer.println(jason);
Expand Down

0 comments on commit 6db29ce

Please sign in to comment.