mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Fix saving tree to folder
This commit is contained in:
committed by
Pieter de Bie
parent
2b8d378f13
commit
b48469da93
+1
-1
@@ -94,7 +94,7 @@
|
||||
[data writeToFile:newName atomically:YES];
|
||||
} else { // Directory
|
||||
[[NSFileManager defaultManager] createDirectoryAtPath:newName attributes:nil];
|
||||
for (PBGitTree* child in children)
|
||||
for (PBGitTree* child in [self children])
|
||||
[child saveToFolder: newName];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user