Skip to content

Commit

Permalink
toos.OsInfo: properly detect amazon linux 2 (#8612)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Mar 19, 2021
1 parent 7490743 commit 1c70ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/client/tools/oss.py
Expand Up @@ -204,7 +204,7 @@ def with_apt(self):
def with_yum(self):
return self.is_linux and self.linux_distro in ("pidora", "fedora", "scientific", "centos",
"redhat", "rhel", "xenserver", "amazon",
"oracle")
"oracle", "amzn")

@property
def with_dnf(self):
Expand Down

0 comments on commit 1c70ae9

Please sign in to comment.