mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
added search method to IOUtil
This commit is contained in:
@@ -320,7 +320,7 @@ public class WindowsHgInstaller extends AbstractHgInstaller
|
||||
|
||||
if (python == null)
|
||||
{
|
||||
python = search(new String[0], "python");
|
||||
python = IOUtil.search(new String[0], "python");
|
||||
}
|
||||
|
||||
return python;
|
||||
|
||||
Reference in New Issue
Block a user