aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/output_directories.md
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2017-06-12 21:46:31 +0200
committerGravatar Yun Peng <pcloudy@google.com>2017-06-13 09:38:18 +0200
commitc9b3b7482983c2edad1a554f2eef4a323bad0c79 (patch)
tree5dd643b03d7078f230960765ea42d06719a2d968 /site/docs/output_directories.md
parentf98dd608486183f41495af418df3c6448cc0838c (diff)
docs: fix outputBase path
The path was missing the user's name, that in this example, is just 'user' for the sake of simplicity. Change-Id: I7558c066c28f8a605bd4b4e336b41c09585dfa57 PiperOrigin-RevId: 158749926
Diffstat (limited to 'site/docs/output_directories.md')
-rw-r--r--site/docs/output_directories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/output_directories.md b/site/docs/output_directories.md
index 20858c6101..549a8d29b6 100644
--- a/site/docs/output_directories.md
+++ b/site/docs/output_directories.md
@@ -38,7 +38,7 @@ The solution that's currently implemented:
directory. So, for example, if Bazel is running in the workspace directory
`/home/user/src/my-project` (or in a directory symlinked to that one), then we
create an output base directory called:
- `/home/.cache/bazel/_bazel_user/7ffd56a6e4cb724ea575aba15733d113`.
+ `/home/user/.cache/bazel/_bazel_user/7ffd56a6e4cb724ea575aba15733d113`.
* Users can use Bazel's `--output_base` startup option to override the default
output base directory. For example,
`bazel --output_base=/tmp/bazel/output build x/y:z`.