Skip to content

Commit 3464bcd

Browse files
committed
Docker exclude dev ssl certs
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
1 parent 076eb25 commit 3464bcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

transform-jsonata/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
examples
33
README.md
4+
ssl

transform-jsonata/jsonata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ app.post("/", async (req, res) => {
371371
});
372372

373373
// guessTransformedContentType tries to guess the transformed event content type.
374-
// 1. If the transformed event contains a special "contentype" field, it returns it.
374+
// 1. If the transformed event contains a special "contenttype" field, it returns it.
375375
// 2. Otherwise, it tries to find CloudEvents "specversion" attribute and, if it's present, returns
376376
// the CloudEvent structured content type "application/cloudevents+json".
377377
// 3. Lastly, it falls back to "application/json" if none of the above are specified.

0 commit comments

Comments
 (0)