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 @@ -98,7 +98,7 @@ curl -s -o /dev/null -X POST 'http://'"${CONTEXT_BROKER}"'/ngsi-ld/v1/entityOper
98
98
echo -e " Registering Farmer and Devices as data sources.\n"
99
99
100
100
curl -s -o /dev/null -X POST ' http://' " ${CONTEXT_BROKER} " ' /ngsi-ld/v1/csourceRegistrations/' \
101
- -H ' Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json' \
101
+ -H ' Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json" ' \
102
102
-H ' Content-Type: application/json' \
103
103
-d ' {
104
104
"type": "ContextSourceRegistration",
@@ -120,7 +120,7 @@ curl -s -o /dev/null -X POST 'http://'"${CONTEXT_BROKER}"'/ngsi-ld/v1/csourceReg
120
120
121
121
122
122
curl -s -o /dev/null -X POST ' http://farmer/ngsi-ld/v1/csourceRegistrations/' \
123
- -H ' Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json' \
123
+ -H ' Link: <http://context/user-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json" ' \
124
124
-H ' Content-Type: application/json' \
125
125
-d ' {
126
126
"type": "ContextSourceRegistration",
You can’t perform that action at this time.
0 commit comments