Skip to content

Commit 88101d0

Browse files
rogerhucopybara-github
authored andcommitted
Change from some-user to user to reflect the hash value computed
Changing to be consistent with the hash value computed. ``` echo "/home/user/src/my-project" | md5sum 7ffd56a6e4cb724ea575aba15733d113 - ``` Closes bazelbuild#16847. PiperOrigin-RevId: 493175136 Change-Id: I4e0b6968272a77572e51016ba5a0ae121ea1c710
1 parent 8a26713 commit 88101d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/remote/output-directories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The directories are laid out as follows:
8080
the bazel executable on first run (such as helper scripts and the
8181
main Java file BazelServer_deploy.jar)
8282
7ffd56a6e4cb724ea575aba15733d113/ <== Hash of the client's workspace directory (such as
83-
/home/some-user/src/my-project): outputBase
83+
/home/user/src/my-project): outputBase
8484
action_cache/ <== Action cache directory hierarchy
8585
This contains the persistent record of the file
8686
metadata (timestamps, and perhaps eventually also MD5

0 commit comments

Comments
 (0)