mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-25 21:54:24 +00:00
checkout: Fix submodule_is_config_only's return value
This commit is contained in:
parent
bb63baea5f
commit
49653665d1
@ -339,7 +339,7 @@ static bool submodule_is_config_only(
|
||||
|
||||
git_submodule_free(sm);
|
||||
|
||||
return false;
|
||||
return rval;
|
||||
}
|
||||
|
||||
static int checkout_action_with_wd(
|
||||
|
Loading…
Reference in New Issue
Block a user