Skip to content

Commit

Permalink
Reorder function parameters to agree with function definition
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
jsf9k and dav3r committed Sep 22, 2021
1 parent 7d8bb51 commit de24ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clamav_report/clamav_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ def main() -> None:
logging.info("Gathering ClamAV data from remote servers.")
results = run_ansible(
inventory_filename=validated_args["<inventory-file>"],
become=validated_args["--become"],
hosts=validated_args["--group"],
forks=validated_args["--forks"],
become=validated_args["--become"],
)

csv_data = []
Expand Down

0 comments on commit de24ed4

Please sign in to comment.