Skip to content

Commit

Permalink
fix(doc): \n was not escaped in example
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Jul 20, 2023
1 parent c5dea14 commit 85c34c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/cli/AwsCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"secretKeyId: \"<secret-key>\"",
"region: \"eu-central-1\"",
"commands:",
" - aws s3api list-buckets | tr -d ' \n' | xargs -0 -I {} echo '::{\"outputs\":{}}::'"
" - aws s3api list-buckets | tr -d ' \\n' | xargs -0 -I {} echo '::{\"outputs\":{}}::'"
}
)
}
Expand Down

0 comments on commit 85c34c8

Please sign in to comment.