Fix missing quote mark in route53 doc example
This commit is contained in:
parent
a0f91f2aaa
commit
b0bc2bd86a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ EXAMPLES = '''
|
|||
record=localhost.foo.com
|
||||
type=AAAA
|
||||
ttl=7200
|
||||
value=::1"
|
||||
value="::1"
|
||||
'''
|
||||
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue