lib/kitchen/driver/aws/standard_platform/debian.rb in kitchen-ec2-3.8.0 vs lib/kitchen/driver/aws/standard_platform/debian.rb in kitchen-ec2-3.9.0
- old
+ new
@@ -21,11 +21,11 @@
class StandardPlatform
# https://wiki.debian.org/Cloud/AmazonEC2Image
class Debian < StandardPlatform
StandardPlatform.platforms["debian"] = self
- # 10/11 are listed last since we default to the first item in the hash
- # and 10/11 are not released yet. When they're released move them up
+ # 11/12 are listed last since we default to the first item in the hash
+ # and 11/12 are not released yet. When they're released move them up
DEBIAN_CODENAMES = {
10 => "buster",
9 => "stretch",
8 => "jessie",
7 => "wheezy",