diff --git a/build_automation/update_dependency.py b/build_automation/update_dependency.py index d2a487bb..145516e3 100644 --- a/build_automation/update_dependency.py +++ b/build_automation/update_dependency.py @@ -18,7 +18,7 @@ git_repos_dir = str(Path(__file__).parent.parent.parent) + '/' -if('java' in os.listdir(repo_name + dep_name)): +if('java' in os.listdir(git_repos_dir + repo_name)): pom_path = git_repos_dir + repo_name + '/java/pom.xml' else: pom_path = git_repos_dir + repo_name + '/pom.xml'