Merge pull request #1012 from vaygr/devel
fixed a typo in swdepot module
This commit is contained in:
commit
904b3e72ba
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ def main():
|
|||
|
||||
if not rc:
|
||||
changed = True
|
||||
msg = "Packaged installed"
|
||||
msg = "Package installed"
|
||||
|
||||
else:
|
||||
module.fail_json(name=name, msg=output, rc=rc)
|
||||
|
|
Loading…
Add table
Reference in a new issue