fixed wrong position of sharepoint config
This commit is contained in:
@ -63,10 +63,11 @@ public class SharepointConfig {
|
||||
return p;
|
||||
}
|
||||
|
||||
|
||||
private String getConfigFile() {
|
||||
String configPath = System.getProperty("user.home");
|
||||
configPath = (configPath.endsWith(File.separator) ? configPath : configPath + File.separator);
|
||||
configPath += ".wincornixdorf/sharepoint/sharepoint.properties";
|
||||
configPath += ".sharepointapi/sharepoint.properties";
|
||||
return configPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user