Skip to content

Commit

Permalink
Merge pull request #148 from at-wat/fix-alpine-detect
Browse files Browse the repository at this point in the history
Fix alpine linux detection
  • Loading branch information
tfoote authored Jul 14, 2018
2 parents 01d15ad + b55f212 commit 7c968f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rospkg/os_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def get_codename(self):
OS_UBUNTU = 'ubuntu'
OS_WINDOWS = 'windows'

OsDetect.register_default(OS_ALPINE, FdoDetect("Alpine Linux"))
OsDetect.register_default(OS_ALPINE, FdoDetect("alpine"))
OsDetect.register_default(OS_ARCH, Arch())
OsDetect.register_default(OS_MANJARO, Manjaro())
OsDetect.register_default(OS_CENTOS, Centos())
Expand Down

0 comments on commit 7c968f7

Please sign in to comment.