Skip to content

Commit

Permalink
Fix Tox 4.x parser
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Jul 7, 2022
1 parent 7eb2e7e commit 17cdf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox_docker/tox4/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def register_config(self) -> None:
)
self.add_config(
keys=["privileged"],
of_type=bool,
default=False,
of_type=str,
default="false",
desc="give extended privileges to this container",
post_process=getboolean,
)
Expand Down

0 comments on commit 17cdf41

Please sign in to comment.