Skip to content

Commit

Permalink
Update prerun.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jun 22, 2021
1 parent eb1efd5 commit 8587f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/prerun.py
Expand Up @@ -112,7 +112,7 @@ def install_collection(collection: str, destination: Optional[str] = None) -> No
cmd.extend(["-p", destination])
cmd.append(f"{collection}")

_logger.warning("Running %s", " ".join(cmd))
_logger.info("Running %s", " ".join(cmd))
run = subprocess.run(
cmd,
universal_newlines=True,
Expand Down

0 comments on commit 8587f68

Please sign in to comment.