From c354de80e5ab2a4ff07007353451dcb1b50b5801 Mon Sep 17 00:00:00 2001 From: Anshul Verma Date: Tue, 10 Mar 2020 03:47:21 +0530 Subject: [PATCH] Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml Signed-off-by: Anshul Verma --- cmd/helm/testdata/output/list-short-json.txt | 2 +- cmd/helm/testdata/output/list-short-yaml.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/testdata/output/list-short-json.txt b/cmd/helm/testdata/output/list-short-json.txt index 1ab52136b..acbf1e44d 100644 --- a/cmd/helm/testdata/output/list-short-json.txt +++ b/cmd/helm/testdata/output/list-short-json.txt @@ -1 +1 @@ -["hummingbird","iguana","rocket","starlord"] \ No newline at end of file +["hummingbird","iguana","rocket","starlord"] diff --git a/cmd/helm/testdata/output/list-short-yaml.txt b/cmd/helm/testdata/output/list-short-yaml.txt index 41459282f..86fb3d670 100644 --- a/cmd/helm/testdata/output/list-short-yaml.txt +++ b/cmd/helm/testdata/output/list-short-yaml.txt @@ -1,4 +1,4 @@ - hummingbird - iguana - rocket -- starlord \ No newline at end of file +- starlord