Skip to content

Commit

Permalink
Add a missing ,
Browse files Browse the repository at this point in the history
otherwise the example is not working.
  • Loading branch information
la3mmchen authored and Fizzadar committed May 11, 2024
1 parent 1c5ceca commit 30e3609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinfra/operations/apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def upgrade(auto_remove: bool = False):
# Upgrade all packages and remove unneeded transitive dependencies
apt.upgrade(
name="Upgrade apt packages and remove unneeded dependencies"
name="Upgrade apt packages and remove unneeded dependencies",
auto_remove=True
)
"""
Expand Down

0 comments on commit 30e3609

Please sign in to comment.