Skip to content

Commit

Permalink
Merge pull request #1087 from edwardbadboy/master
Browse files Browse the repository at this point in the history
Website: Delete the unnecessary backslash at the end shell command line
  • Loading branch information
ryanbreen committed Jul 7, 2015
2 parents 2783f2b + 85f7064 commit 7cba295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/intro/getting-started/checks.html.markdown
Expand Up @@ -30,11 +30,11 @@ Create two definition files in the Consul configuration directory of
the second node:

```text
vagrant@n2:~$ echo '{"check": {"name": "ping", \
vagrant@n2:~$ echo '{"check": {"name": "ping",
"script": "ping -c1 google.com >/dev/null", "interval": "30s"}}' \
>/etc/consul.d/ping.json
vagrant@n2:~$ echo '{"service": {"name": "web", "tags": ["rails"], "port": 80,\
vagrant@n2:~$ echo '{"service": {"name": "web", "tags": ["rails"], "port": 80,
"check": {"script": "curl localhost >/dev/null 2>&1", "interval": "10s"}}}' \
>/etc/consul.d/web.json
```
Expand Down

0 comments on commit 7cba295

Please sign in to comment.