Skip to content

Commit 84b381c

Browse files
author
Matthew Fisher
authored
Merge pull request #695 from bacongobbler/666-fix-healthcheck-docs
fix(applications): fixup --headers usage
2 parents 954f425 + 0d647e5 commit 84b381c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/applications/managing-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ URL path relative to the root, you can also send specific HTTP headers:
137137
```
138138
$ deis healthchecks:set liveness httpGet 80 \
139139
--path /welcome/index.html \
140-
--header "X-Client-Version=v1.0"
140+
--headers "X-Client-Version:v1.0,X-Foo:bar"
141141
=== peachy-waxworks Healthchecks
142142
143143
web/cmd:

0 commit comments

Comments
 (0)