Skip to content

Commit 3a3b420

Browse files
Update dgraph/self-hosted.mdx
Co-authored-by: Copilot <[email protected]>
1 parent 141541c commit 3a3b420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dgraph/self-hosted.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,9 @@ curl http://10.0.1.10:8080/health
480480
kubectl port-forward -n dgraph svc/dgraph-dgraph-alpha 8080:8080 &
481481
curl -X POST localhost:8080/admin/schema -H "Content-Type: application/json"
482482
\ -d @schema_backup.json
483-
483+
curl -X POST localhost:8080/admin/schema \
484+
-H "Content-Type: application/json" \
485+
-d @schema_backup.json
484486
```
485487

486488
</Tab>

0 commit comments

Comments
 (0)