Merge pull request #773 from flumm/disco

add disco to namespace mappings for ubuntu
This commit is contained in:
Jimmy Zelinskie 2019-04-30 09:24:45 -04:00 committed by GitHub
commit d0bd4c7ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,4 +47,5 @@ var UbuntuReleasesMapping = map[string]string{
"artful": "17.10",
"bionic": "18.04",
"cosmic": "18.10",
"disco": "19.04",
}