Merge pull request #11 from philips/master

fix(omaha): Oem to OEM
This commit is contained in:
Brandon Philips 2014-03-16 21:01:15 -07:00
commit 43f8a74b0f

View file

@ -86,7 +86,7 @@ type App struct {
// coreos update engine extensions
BootId string `xml:"bootid,attr,omitempty"`
PreviousBootId string `xml:"previousbootid,attr,omitempty"`
Oem string `xml:"oem,attr,omitempty"`
OEM string `xml:"oem,attr,omitempty"`
}
func NewApp(id string) *App {