Skip to content

Commit

Permalink
Update boto3.md (ansible#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
curry9999 authored and gundalow committed Jan 15, 2019
1 parent 8d21c73 commit 1a466e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group-aws/boto3.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,5 @@ done | sed 's/\(.*\)\.py$/* `\1`/'
### Neither boto nor boto3

```
for f in *.py; do grep -qE 'ec2_connect|import boto|from botocore|AnsibleAWSModule' $f || echo $f ; done | sed 's/\(.*\)\.py$/* `\1`/'
for f in *.py; do grep -qE 'ec2_connect|import boto|from botocore|AnsibleAWSModule' $f || echo $f ; done | sed 's/\(.*\)\.py$/* `\1`/' | sort -f -n
```

0 comments on commit 1a466e5

Please sign in to comment.