From 856eab606b17bcd78549ff12e9d41a62d441af07 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 27 Nov 2020 14:37:55 +0200 Subject: Remove special case of pretty printing JSON responses for curl (#8833) * Remove special case of pretty printing JSON responses for curl Signed-off-by: Tulir Asokan --- changelog.d/8833.removal | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/8833.removal (limited to 'changelog.d/8833.removal') diff --git a/changelog.d/8833.removal b/changelog.d/8833.removal new file mode 100644 index 0000000000..5c2d195f94 --- /dev/null +++ b/changelog.d/8833.removal @@ -0,0 +1 @@ +Disable pretty printing JSON responses for curl. Users who want pretty-printed output should use [jq](https://stedolan.github.io/jq/) in combination with curl. Contributed by @tulir. -- cgit 1.5.1