Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
remove wrong quote
  • Loading branch information
belonesox authored and Fizzadar committed Feb 12, 2023
1 parent ca82d2e commit 0651812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/inventory-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This can then be used in operations files:
from pyinfra import host
if host.data.get("install_postgres"'):
if host.data.get("install_postgres"):
apt.packages(
packages=["postgresql-server"],
)
Expand Down

0 comments on commit 0651812

Please sign in to comment.