mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-17 08:21:34 +01:00
Fix typo of omitempty in a struct
This commit is contained in:
parent
87898aa66b
commit
1d2af49130
@ -21,7 +21,7 @@ type Line struct {
|
||||
Proc string `json:"proc,omitempty"`
|
||||
Time int64 `json:"time,omitempty"`
|
||||
Type int `json:"type,omitempty"`
|
||||
Pos int `json:"pos,omityempty"`
|
||||
Pos int `json:"pos,omitempty"`
|
||||
Out string `json:"out,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user