Skip to content

Commit 75cc24b

Browse files
committed
Fixed typo bug identified in #1033
1 parent 2a1275a commit 75cc24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ceedling/config_matchinator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def matches?(hash:, filepath:, section:, context:, operation:nil)
110110
# Each element of the collected _values array will be an array of values.
111111

112112
hash.each do |matcher, values|
113-
mtached = false
113+
matched = false
114114
_matcher = matcher.to_s.strip
115115

116116
# 1. Try gross wildcard matching -- return values for all test filepaths if '*' is the matching key

0 commit comments

Comments
 (0)