Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asthomas committed Sep 16, 2021
1 parent ad7b7c5 commit 652622f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ychaos/core/executor/SelfTargetExecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def prepare(self):
),
),
dict(
name="Install ychaos[agents]",
name="Install ychaos\[agents]",
register="result_pip_install_ychaos_agents",
action=dict(
module="pip",
Expand Down Expand Up @@ -172,7 +172,7 @@ def prepare(self):
name="Run YChaos Agent",
ignore_errors="yes",
action=dict(
module="command",
module="shell",
args=dict(cmd=" ".join(
[
"source '{{result_pip.virtualenv}}/bin/activate'",
Expand Down

0 comments on commit 652622f

Please sign in to comment.