From f8720f0cb1312ea0e3e417c82320874478bc6f98 Mon Sep 17 00:00:00 2001 From: frennkie Date: Sun, 17 May 2020 19:34:23 +0200 Subject: [PATCH] Update context.py Fix copy&paste error --- j2cli/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/j2cli/context.py b/j2cli/context.py index f8035d4..3d93d59 100644 --- a/j2cli/context.py +++ b/j2cli/context.py @@ -64,7 +64,7 @@ def _parse_json(data_string): Usage: $ j2 config.j2 data.json - $ cat data.json | j2 --format=ini config.j2 + $ cat data.json | j2 --format=json config.j2 """ return json.loads(data_string)