This commit is contained in:
Corey Johnson
2013-03-01 11:41:09 -08:00
committed by probablycorey
parent 595cf71d93
commit 2966cdb033

View File

@@ -34,7 +34,7 @@
_resourcePath = [atomApplication.arguments objectForKey:@"resource-path"];
if (!alwaysUseBundleResourcePath && !_resourcePath) {
NSString *defaultRepositoryPath = @"~/github/atom";
NSString *defaultRepositoryPath = @"/tmp/atom";
if ([defaultRepositoryPath characterAtIndex:0] == '/') {
BOOL isDir = false;
BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:defaultRepositoryPath isDirectory:&isDir];