diff --git a/drone/exec/_backup/line.go b/drone/exec/_backup/line.go index 88491f0..865d6fc 100644 --- a/drone/exec/_backup/line.go +++ b/drone/exec/_backup/line.go @@ -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"` }