Revert "wip"

This reverts commit 2966cdb033.
This commit is contained in:
probablycorey
2013-03-01 14:09:43 -08:00
parent 4e971b085e
commit 591aba3faf

View File

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