Skip to content

Commit

Permalink
Merge pull request #45 from santiagocardenas/extra-quotation
Browse files Browse the repository at this point in the history
Remove extra "
  • Loading branch information
stilvoid committed May 3, 2018
2 parents 4d7f5ed + 4a3d01e commit 9d6e03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfn_flip/main.py
Expand Up @@ -31,7 +31,7 @@ def main(**kwargs):
"""
AWS CloudFormation Template Flip is a tool that converts
AWS CloudFormation templates between JSON and YAML formats,
making use of the YAML format's short function syntax where possible."
making use of the YAML format's short function syntax where possible.
"""
out_format = kwargs.pop('out_format')
no_flip = kwargs.pop('no_flip')
Expand Down

0 comments on commit 9d6e03e

Please sign in to comment.