Fix code example (#2018)

reviewable/pr18780/r1
Jens Carl 9 years ago committed by Brian Coca
parent ab2f4c4002
commit 10def11d39

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