Skip to content

Commit

Permalink
Merge pull request #10391 from ejba/avoid-version-issues-base64
Browse files Browse the repository at this point in the history
Avoid version issues by using an extended name option to decode base64
  • Loading branch information
gsmet authored Jul 1, 2020
2 parents 96e545d + cb2507e commit 359fb8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function cmd_invoke() {
--payload file://payload.json \
--log-type Tail \
--query 'LogResult' \
--output text | base64 -d
--output text | base64 --decode
{ set +x; } 2>/dev/null
cat response.txt && rm -f response.txt
}
Expand Down

0 comments on commit 359fb8f

Please sign in to comment.