We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409beed commit add1effCopy full SHA for add1eff
splunk/common-files/make-minimal-exclude.py
@@ -31,7 +31,7 @@
31
*/share/splunk/pdf*
32
*mrsparkle*"""
33
34
-m = re.match(".*splunk-([0-9]+)\.([0-9]+)\.[0-9]+-[0-9a-z]+-Linux-[0-9a-z_-]+.tgz", sys.argv[1])
+m = re.match(".*splunk-([0-9]+)\.([0-9]+)\.[0-9]+\.?[0-9]?-[0-9a-z]+-Linux-[0-9a-z_-]+.tgz", sys.argv[1])
35
36
if m and m.group(1):
37
if m.group(1) == "7":
0 commit comments