fix(omaha): Oem to OEM
Be consistent with the Go style guide and make the acronym fully uppercase.
This commit is contained in:
parent
bb1265733a
commit
2c86b12c25
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ type App struct {
|
||||||
// coreos update engine extensions
|
// coreos update engine extensions
|
||||||
BootId string `xml:"bootid,attr,omitempty"`
|
BootId string `xml:"bootid,attr,omitempty"`
|
||||||
PreviousBootId string `xml:"previousbootid,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 {
|
func NewApp(id string) *App {
|
||||||
|
|
Loading…
Reference in a new issue