fix the new line issue

This commit is contained in:
jackyq2015 2015-09-26 21:21:31 -04:00
parent a0b6be1769
commit c7aa25ccd3

View File

@ -360,7 +360,7 @@ class RefineServer extends Server {
grefineDir = new File(new File(parentDir, "Google"), "Refine");
gridworksDir = new File(parentDir, "Gridworks");
}
} else if (os.contains("mac os x")) {
} else if (os.contains("os x")) {
// on macosx, use "~/Library/Application Support"
String home = System.getProperty("user.home");