Skip to content

Commit

Permalink
Changing 'linux' distro to gentoo instead of alpine version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MWGMorningwood authored Dec 11, 2024
1 parent dc71e51 commit aedd23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurelinuxagent/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_distro():
release = re.sub(r'\-.*\Z', '', ustr(platform.release()))
osinfo = ['openbsd', release, '', 'openbsd']
elif 'Linux' in platform.system():
osinfo = get_linux_distribution(0, 'alpine')
osinfo = get_linux_distribution(0, 'gentoo')
elif 'NS-BSD' in platform.system():
release = re.sub(r'\-.*\Z', '', ustr(platform.release()))
osinfo = ['nsbsd', release, '', 'nsbsd']
Expand Down

0 comments on commit aedd23f

Please sign in to comment.