mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-36197 Update macOS package directory name
This commit is contained in:
parent
cee5620706
commit
face4c9768
@ -3461,7 +3461,7 @@ def getSystemInstallName():
|
||||
# to the translation dictionary below.
|
||||
os_name_translations = {
|
||||
'windows': 'win32',
|
||||
'macOS': 'osx'
|
||||
'macOS': 'macos'
|
||||
}
|
||||
os_name = env.GetTargetOSName()
|
||||
os_name = os_name_translations.get(os_name, os_name)
|
||||
|
Loading…
Reference in New Issue
Block a user