Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 23, 2024
1 parent dbf16e8 commit 0d1feb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/additional_services/tx_spammer.star
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ def run(plan, args):
config=ServiceConfig(
image=TX_SPAMMER_IMG,
files={
"/opt/scripts": Directory(
artifact_names=[tx_spammer_config_artifacts]
),
"/opt/scripts": Directory(artifact_names=[tx_spammer_config_artifacts]),
},
entrypoint=["bash", "-c"],
cmd=["chmod +x /opt/scripts/*.sh && /opt/scripts/spam.sh"],
Expand Down

0 comments on commit 0d1feb3

Please sign in to comment.