There was an error while loading. Please reload this page.
1 parent c1290f8 commit e4ad657Copy full SHA for e4ad657
1 file changed
lib/ec2macosinit/motd.go
@@ -88,6 +88,8 @@ func getVersionName(osProductVersion string) (versionName string) {
88
versionName = "Sequoia"
89
case strings.HasPrefix(osProductVersion, "26"):
90
versionName = "Tahoe"
91
+ case strings.HasPrefix(osProductVersion, "27"):
92
+ versionName = "Golden Gate"
93
}
94
95
return versionName
0 commit comments