mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-10 19:45:15 +00:00
fix typo
This commit is contained in:
parent
ae99f5e2ab
commit
46779411f9
@ -435,7 +435,7 @@ int git_clone(
|
||||
/* Only clone to a new directory or an empty directory */
|
||||
if (git_path_exists(local_path) && !git_path_is_empty_dir(local_path)) {
|
||||
giterr_set(GITERR_INVALID,
|
||||
"'%s' exists and is not an empty directory", path);
|
||||
"'%s' exists and is not an empty directory", local_path);
|
||||
return GIT_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user