Fix duplicate function definiton for std(out|err)_file.
This commit is contained in:
parent
2b718dab24
commit
ec8c0126e3
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ get_version() {
|
|||
get_command() {
|
||||
jq -r '.params.command // ["true"]' < "$INPUT_PATH" | jq -r '.[]' | tr '\n"' " '"
|
||||
}
|
||||
get_stdout_file() {
|
||||
get_stderr_file() {
|
||||
jq -r '.params.stderr_file // "-"' | jq -r tostring
|
||||
}
|
||||
get_stdout_file() {
|
||||
|
|
Loading…
Reference in a new issue