Fix ios compile error

This commit is contained in:
Vishesh Handa
2019-12-22 15:24:05 +01:00
parent 798a744574
commit 9e74f26616

View File

@ -330,7 +330,7 @@ bool handleError(FlutterResult result, int err) {
gj_set_ssh_keys_paths((char*) sshPublicKeyPath, (char*) sshPrivateKeyPath, "");
int err = gj_git_clone([folderPath UTF8String], [dirPath UTF8String]);
int err = gj_git_clone([folderPath UTF8String], [folderPath UTF8String]);
if (!handleError(result, err)) {
result(@YES);
return;