fixed a typo in swdepot module

This commit is contained in:
Vlad Glagolev 2015-09-22 17:44:08 +03:00
parent 6950db5d01
commit faa16e32c1

View file

@ -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)