mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix undefined variable on mac
This commit is contained in:
parent
a47a62d34d
commit
b828d7a008
1 changed files with 1 additions and 0 deletions
|
@ -765,6 +765,7 @@ def pkg_matrix(
|
|||
"tiamat": "salt/py3/macos/minor/",
|
||||
"relenv": "salt/py3/macos/minor/",
|
||||
}
|
||||
name = "macos"
|
||||
else:
|
||||
parts = distro_slug.split("-")
|
||||
name = parts[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue