Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Fix the documentation bug on stamping (#544)
Browse files Browse the repository at this point in the history
* Currently `--workspace_status_command` doesn't accept shellscript
  directly
* Change the doc to describe the workaround
  • Loading branch information
ymotongpoo authored Apr 9, 2020
1 parent 3dcc327 commit 3bb9ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ by leveraging `--workspace_status_command`. One pattern for this is to check in
the following:
```shell
$ cat .bazelrc
build --workspace_status_command=./print-workspace-status.sh
build --workspace_status_command="bash ./print-workspace-status.sh"

$ cat print-workspace-status.sh
cat <<EOF
Expand Down

0 comments on commit 3bb9ba8

Please sign in to comment.