Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Style fix for xbps module
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansb committed Dec 6, 2016
1 parent a54daa6 commit ca3eb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/os/xbps.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def main():
argument_spec=dict(
name=dict(default=None, aliases=['pkg', 'package'], type='list'),
state=dict(default='present', choices=['present', 'installed',
"latest", 'absent',
'latest', 'absent',
'removed']),
recurse=dict(default=False, type='bool'),
force=dict(default=False, type='bool'),
Expand Down

0 comments on commit ca3eb7c

Please sign in to comment.