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