Skip to content

Commit

Permalink
Update update_dependency.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard authored Jun 25, 2024
1 parent b02c79b commit 1cce82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_automation/update_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1cce82a

Please sign in to comment.