git <-> git_tool

This commit is contained in:
isanae
2020-12-03 17:45:33 -05:00
parent 0d69bb4b72
commit 36fbf69a10
18 changed files with 104 additions and 104 deletions
+1 -1
View File
@@ -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;
}