Skip to content

Commit

Permalink
Missed a scenario that would have broken cfn-lint (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jun 25, 2021
1 parent b61b89c commit 2ae8ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfnlint/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def get_matches(filenames, args):
for match in matches:
yield match
else:
for match in matches:
for match in errors:
yield match
LOGGER.debug('Completed linting of file: %s', str(filename))

Expand Down

0 comments on commit 2ae8ac0

Please sign in to comment.