From 048641f7672e2ff04a80d4486d0c21bd61369f0f Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 5 May 2021 16:12:55 +0200 Subject: skate-conv tweaks --- skate/cmd/skate-from-unstructured/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate/cmd/skate-from-unstructured') 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 -- cgit v1.2.3