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 b824eaa commit 470fd2cCopy full SHA for 470fd2c
ios/Runner/AppDelegate.m
@@ -330,7 +330,7 @@ - (void)handleMethodCallAsync:(FlutterMethodCall *)call result:(FlutterResult)re
330
331
gj_set_ssh_keys_paths((char*) sshPublicKeyPath, (char*) sshPrivateKeyPath, "");
332
333
- int err = gj_git_clone([folderPath UTF8String], [folderPath UTF8String]);
+ int err = gj_git_clone([cloneUrl UTF8String], [folderPath UTF8String]);
334
if (!handleError(result, err)) {
335
result(@YES);
336
return;
0 commit comments