8000 Merge pull request #4 from yyolk/yyolk-patch-1 · alxsey/aws-lambda-ddns-function@c2363c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2363c1

Browse files
authored
Merge pull request aws-samples#4 from yyolk/yyolk-patch-1
fix typo
2 parents 8298a72 + 5095609 commit c2363c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

union.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def lambda_handler(event, context):
186186
# Consider making this an elif CNAME
187187
else:
188188
print 'The tag \'%s\' is not a zone tag' % tag.get('Key')
189-
if 'CNAME'in tag.get('Key',{}).lstrip().upper():
189+
if 'CNAME' in tag.get('Key',{}).lstrip().upper():
190190
if is_valid_hostname(tag.get('Value')):
191191
cname = tag.get('Value').lstrip().lower()
192192
cname_host_name = cname.split('.')[0]

union.py.zip

7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0