mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
Fix ios compile error
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user