From c33aeac289e42f8926aa246647264817197aaa77 Mon Sep 17 00:00:00 2001 From: Roman Zipp Date: Thu, 20 Jan 2022 19:01:03 +0100 Subject: [PATCH] Add missing flip direction field in example pipeline config --- config/example.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/example.json b/config/example.json index eb65944..f2c773c 100644 --- a/config/example.json +++ b/config/example.json @@ -22,7 +22,10 @@ }, { "name": "flip image", - "type": 2 + "type": 2, + "options": { + "direction": "h" + } }, { "name": "grayscale",