Skip to content

Commit

Permalink
fix metadata order (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjor authored Apr 17, 2023
1 parent 1a88e52 commit bd0b36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/data-prep/fil-data-prep/fil-data-prep.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ func filDataPrep(c *cli.Context) error {
err = w.Write([]string{
time.Now().UTC().Format(time.RFC3339),
o,
rcid.String(),
c.CarName,
rcid.String(),
c.CommP.String(),
strconv.FormatUint(c.PaddedSize, 10),
})
Expand Down

0 comments on commit bd0b36a

Please sign in to comment.