Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
unfrosted committed Feb 26, 2019
1 parent 262ef7e commit eaaa309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packerlicious/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class AmazonEbs(PackerBuilder):
'custom_endpoint_ec2': (str, False),
'decode_authorization_messages': (validator.boolean, False),
'disable_stop_instance': (validator.boolean, False),
'ebs_optimized': (validator.boolean, False),
'ebs_optimized': (validator.boolean, False),
'enhanced_networking': (validator.boolean, False),
'ena_support': (validator.boolean, False),
'enable_t2_unlimited': (validator.boolean, False),
Expand Down

0 comments on commit eaaa309

Please sign in to comment.