Skip to content

Commit

Permalink
Fix tier typo in get_amis.py (getmoto#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassco authored and terrycain committed Jul 13, 2018
1 parent 46dd351 commit 7d201c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_amis.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import boto3
import json

# Taken from free tear list when creating an instance
# Taken from free tier list when creating an instance
instances = [
'ami-760aaa0f', 'ami-bb9a6bc2', 'ami-35e92e4c', 'ami-785db401', 'ami-b7e93bce', 'ami-dca37ea5', 'ami-999844e0',
'ami-9b32e8e2', 'ami-f8e54081', 'ami-bceb39c5', 'ami-03cf127a', 'ami-1ecc1e67', 'ami-c2ff2dbb', 'ami-12c6146b',
Expand Down

0 comments on commit 7d201c4

Please sign in to comment.