From a69be30d5902e72dde11aa66bf116e38fad9ee02 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 10 Feb 2023 17:02:42 +1100 Subject: [PATCH] Update 'swagger.yaml' blah --- swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger.yaml b/swagger.yaml index 5485fb2..6e93719 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -126,7 +126,7 @@ paths: silent: false print: true - action: exec - exec: /bin/json2excel -inputJson {{- if eq (deref .Infile) "" }} "/tmp/input.json" {{- else }} {{ .Infile }} {{- end }} input.json -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}' + exec: /bin/json2excel -inputJson {{- if eq (deref .Infile) "" }} "/tmp/input.json" {{- else }} {{ .Infile }} {{- end }} -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}' silent: false print: true - action: exec