diff --git a/distro/debian/debian.go b/distro/debian/debian.go index c7ec08b..138fee1 100644 --- a/distro/debian/debian.go +++ b/distro/debian/debian.go @@ -33,18 +33,18 @@ const ( var ReleaseStrings = [...]string{ "", - "Buzz", - "Hamm", - "Woody", - "Etch", - "Lenny", - "Squeeze", - "Wheezy", - "Jessie", - "Stretch", - "Buster", - "Bullseye", - "Bookworm", + "buzz", + "hamm", + "woody", + "etch", + "lenny", + "squeeze", + "wheezy", + "jessie", + "stretch", + "buster", + "bullseye", + "bookworm", } func (cn Release) String() string {