Merge pull request #6014 from amirhhz/patch-1
Remove superfluous/invalid quote
This commit is contained in:
commit
80846f4f2d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ EXAMPLES = '''
|
||||||
# Add an AAAA record. Note that because there are colons in the value
|
# Add an AAAA record. Note that because there are colons in the value
|
||||||
# that the entire parameter list must be quoted:
|
# that the entire parameter list must be quoted:
|
||||||
- route53: >
|
- route53: >
|
||||||
"command=create
|
command=create
|
||||||
zone=foo.com
|
zone=foo.com
|
||||||
record=localhost.foo.com
|
record=localhost.foo.com
|
||||||
type=AAAA
|
type=AAAA
|
||||||
|
|
Loading…
Reference in a new issue