mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
git <-> git_tool
This commit is contained in:
@@ -83,7 +83,7 @@ void python::do_clean(clean c)
|
||||
{
|
||||
if (is_set(c, clean::reclone))
|
||||
{
|
||||
git::delete_directory(cx(), source_path());
|
||||
git_tool::delete_directory(cx(), source_path());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user