Skip to content

Commit

Permalink
Merge pull request #76 from jamshale/release
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
jamshale authored Apr 17, 2024
2 parents 52c3f34 + 28316df commit 609592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def main(arg_1 = None):

# Update plugins description with supported aries-cloudagent version
elif selection == "4":
with open(f'./{plugin_name}/poetry.lock', 'r') as file:
with open('./plugin_globals/poetry.lock', 'r') as file:
for line in file:
if 'name = "aries-cloudagent"' in line:
next_line = next(file, None)
Expand Down

0 comments on commit 609592d

Please sign in to comment.