Skip to content

Commit

Permalink
corrected misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshbedre authored and Megan Wilhite committed May 9, 2023
1 parent 4d617dd commit f68e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/utils/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
file-glob:
* = match zero or more chars
? = match any char
? = match zero or single char
[abc] = match a, b, or c
[!abc] or [^abc] = match anything except a, b, and c
[x-y] = match chars x through y
Expand Down

0 comments on commit f68e961

Please sign in to comment.