Skip to content

Commit

Permalink
Merge pull request #17 from fatbasstard/master
Browse files Browse the repository at this point in the history
FIx typo in hardcoded AZ check
  • Loading branch information
kddejong authored Apr 25, 2018
2 parents 6815da9 + b37c83e commit a457d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfnlint/rules/resources/ectwo/Subnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def check_az_value(self, value, path):
"""Check AZ Values"""
matches = list()

message = "Don't harcode {0} for AvailabilityZones at {1}"
message = "Don't hardcode {0} for AvailabilityZones at {1}"
matches.append(RuleMatch(path, message.format(value, ('/'.join(path)))))
return matches

Expand Down

0 comments on commit a457d4b

Please sign in to comment.