fixed a typo in swdepot module

This commit is contained in:
Vlad Glagolev 2015-09-22 17:44:08 +03:00 committed by Matt Clay
parent c516767cd2
commit fa56777341

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)