Skip to content

Commit

Permalink
Unique systems on local garden only for dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
1maple1 committed Aug 20, 2024
1 parent d9242d8 commit 81f006f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewtils/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def _hook(exc_type, exc_value, traceback):
def get_system_dependency(self, require, timeout=300):
wait_time = 0.1
while timeout > 0:
system = self._ez_client.find_unique_system(name=require)
system = self._ez_client.find_unique_system(name=require, local=True)
if (
system
and system.instances
Expand Down

0 comments on commit 81f006f

Please sign in to comment.