Skip to content

Commit

Permalink
Move bytes kwarg to the end of args list.
Browse files Browse the repository at this point in the history
Add changelog entry.
  • Loading branch information
krionbsd authored and Ch3LL committed Feb 22, 2021
1 parent 889c79a commit 8c96b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/59540.added
@@ -0,0 +1 @@
Add bytes option for FreeBSD pkg-stats(8) module.
2 changes: 1 addition & 1 deletion salt/modules/pkgng.py
Expand Up @@ -475,7 +475,7 @@ def update_package_site(new_url):
return True


def stats(local=False, remote=False, bytes=False, jail=None, chroot=None, root=None):
def stats(local=False, remote=False, jail=None, chroot=None, root=None, bytes=False):
"""
Return pkgng stats.
Expand Down

0 comments on commit 8c96b8a

Please sign in to comment.