Skip to content

Commit d743576

Browse files
committed
Rename flatpak.package -> flatpack.packages
This makes it consistent with other packaging operations.
1 parent ae76856 commit d743576

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

pyinfra/operations/flatpak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
@operation()
13-
def package(
13+
def packages(
1414
packages: str | list[str] | None = None,
1515
present=True,
1616
):

0 commit comments

Comments
 (0)