Skip to content

Commit

Permalink
Merge branch 'master' into browser-content-fix-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Nine committed Nov 27, 2013
2 parents cd3f607 + 7bf489b commit 6afd192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void runTool( CommandLine line ) throws Exception {

CSVWriter writer = new CSVWriter( new FileWriter( outputDir.getAbsolutePath() + "/admins.csv" ), ',' );

writer.writeNext( new String[] { "Organization Name", "Admin Name", "Admin Email", "Admin Created Date" } );
writer.writeNext( new String[] { "Org uuid", "Org Name", "Admin uuid", "Admin Name", "Admin Email", "Admin Created Date" } );

Results organizations = null;

Expand Down

0 comments on commit 6afd192

Please sign in to comment.