aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-os-x.md
diff options
context:
space:
mode:
authorGravatar jfield <jfield@google.com>2017-10-04 21:37:14 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-10-06 19:44:50 +0200
commitf531ac9db81b0556b640a4a60d01a2256013b3bc (patch)
treec163186b6345a2ec9a76984f1f190e03749933de /site/docs/install-os-x.md
parent842ff410009e03ba355797abfc053786c8317281 (diff)
Escape newline in bash snippet so the newline doesn't break copy/pasting into a shell window.
RELNOTES: None. PiperOrigin-RevId: 171047048
Diffstat (limited to 'site/docs/install-os-x.md')
-rw-r--r--site/docs/install-os-x.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index 99afc6b694..47fe90a9a7 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -31,7 +31,7 @@ image with an install wizard.
Installing Homebrew is a one-time setup:
```bash
-/usr/bin/ruby -e "$(curl -fsSL
+/usr/bin/ruby -e "$(curl -fsSL \
https://raw.githubusercontent.com/Homebrew/install/master/install)"
```