fixed a typo in swdepot module

pull/18777/head
Vlad Glagolev 9 years ago committed by Matt Clay
parent c516767cd2
commit fa56777341

@ -147,7 +147,7 @@ def main():
if not rc: if not rc:
changed = True changed = True
msg = "Packaged installed" msg = "Package installed"
else: else:
module.fail_json(name=name, msg=output, rc=rc) module.fail_json(name=name, msg=output, rc=rc)

Loading…
Cancel
Save