Skip to content

Commit f919dbb

Browse files
authored
Apply suggestion from @timja
1 parent 1634d5e commit f919dbb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/features/configurationReload.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ $ curl -X POST -G -d @/path/to/secret/file "JENKINS_URL/reload-configuration-as-
3333

3434
**Example Usage:**
3535
```sh
36-
$ curl -X POST -u admin:YOUR_API_TOKEN --data-binary @jenkins.yaml "JENKINS_URL/configuration-as-code/configure"
36+
$ curl -X POST -u admin:YOUR_API_TOKEN \
37+
--data-binary @jenkins.yaml \
38+
"JENKINS_URL/configuration-as-code/configure"
3739

3840
```shell
3941
$ java -jar jenkins-cli.jar -s ${JENKINS_URL} help

0 commit comments

Comments
 (0)