File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ curl -s -o /dev/null -X POST 'http://'"${CONTEXT_BROKER}"'/ngsi-ld/v1/entityOper
326
326
echo -e " Registering Farmer and Devices as data sources.\n"
327
327
328
328
curl -s -o /dev/null -X POST ' http://' " ${CONTEXT_BROKER} " ' /ngsi-ld/v1/csourceRegistrations/' \
329
- -H ' Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json' \
329
+ -H ' Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json" ' \
330
330
-H ' Content-Type: application/json' \
331
331
-d ' {
332
332
"type": "ContextSourceRegistration",
@@ -348,7 +348,7 @@ curl -s -o /dev/null -X POST 'http://'"${CONTEXT_BROKER}"'/ngsi-ld/v1/csourceReg
348
348
349
349
350
350
curl -s -o /dev/null -X POST ' http://farmer/ngsi-ld/v1/csourceRegistrations/' \
351
- -H ' Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json' \
351
+ -H ' Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json" ' \
352
352
-H ' Content-Type: application/json' \
353
353
-d ' {
354
354
"type": "ContextSourceRegistration",
You can’t perform that action at this time.
0 commit comments