diff options
Diffstat (limited to 'skate/cmd/skate-from-unstructured')
-rw-r--r-- | skate/cmd/skate-from-unstructured/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/cmd/skate-from-unstructured/main.go b/skate/cmd/skate-from-unstructured/main.go index 179057d..2ccdd7d 100644 --- a/skate/cmd/skate-from-unstructured/main.go +++ b/skate/cmd/skate-from-unstructured/main.go @@ -28,7 +28,7 @@ func main() { if err := skate.ParseUnstructured(&ref); err != nil { return nil, err } - return skate.JsonMarshalLine(&ref) + return skate.JsonMarshalNewline(&ref) }) pp.NumWorkers = *numWorkers pp.BatchSize = *batchSize |