We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdd927 commit aa510a6Copy full SHA for aa510a6
Classes/GTRepository.m
@@ -221,7 +221,7 @@ + (id)cloneFromURL:(NSURL *)originURL toWorkingDirectory:(NSURL *)workdirURL opt
221
// If our originURL is local, convert to a path before handing down.
222
const char *remoteURL = NULL;
223
if (originURL.isFileURL) {
224
- remoteURL = originURL.filePathURL.path.fileSystemRepresentation;
+ remoteURL = originURL.path.fileSystemRepresentation;
225
} else {
226
remoteURL = originURL.absoluteString.UTF8String;
227
}
0 commit comments