Skip to content

Commit

Permalink
Merge pull request #167 from LoRexxar/develop
Browse files Browse the repository at this point in the history
fix bug for vendor
  • Loading branch information
LoRexxar authored Jul 27, 2021
2 parents 5e12584 + 38128c3 commit 2e26ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vendors.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def check_vendor(self):
else:
version = 'latest'

var_reg = "\${(\w+)}"
var_reg = "\${([\w\.\_-]+)}"
if re.search(var_reg, version, re.I):
p2 = re.compile(var_reg)
matchs = p2.finditer(version)
Expand Down

0 comments on commit 2e26ae9

Please sign in to comment.