Fix code example (#2018)

pull/18777/head
Jens Carl 9 years ago committed by Matt Clay
parent 1bcc43ca4e
commit cf804fb0b8

@ -79,7 +79,7 @@ except ImportError:
def main():
if not HAS_BOTO:
if not HAS_BOTO3:
module.fail_json(msg='boto required for this module')
```

Loading…
Cancel
Save