Skip to content

Commit 7b8880b

Browse files
DOCSP-40735 fix missing backslash (#261)
<!-- Add a description of your PR here (optional) --> - [DOCSP-40735](https://jira.mongodb.org/browse/DOCSP-40735) - [STAGING](https://preview-mongodbkanchanamongodb.gatsbyjs.io/ops-manager/DOCSP-40735/tutorial/update-automation-configuration/#send-the-updated-automation-configuration) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=667c071febce19f3143dba80) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 616b2ea commit 7b8880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-source-update-automation-configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ content: |
5858
.. code-block:: sh
5959
6060
curl --user "{PUBLIC-KEY}:{PRIVATE-KEY}" --digest \
61-
--header "Content-Type: application/json"
61+
--header "Content-Type: application/json" \
6262
--request PUT "https://{+opsmgr-url+}/api/public/v1.0/groups/{PROJECT-ID}/automationConfig?pretty=true" \
6363
--data @currentAutomationConfig.json
6464

0 commit comments

Comments
 (0)