Skip to content

Commit add1eff

Browse files
author
tonyl
committed
Regex fix for exclude list
1 parent 409beed commit add1eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunk/common-files/make-minimal-exclude.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/share/splunk/pdf*
3232
*mrsparkle*"""
3333

34-
m = re.match(".*splunk-([0-9]+)\.([0-9]+)\.[0-9]+-[0-9a-z]+-Linux-[0-9a-z_-]+.tgz", sys.argv[1])
34+
m = re.match(".*splunk-([0-9]+)\.([0-9]+)\.[0-9]+\.?[0-9]?-[0-9a-z]+-Linux-[0-9a-z_-]+.tgz", sys.argv[1])
3535

3636
if m and m.group(1):
3737
if m.group(1) == "7":

0 commit comments

Comments
 (0)