| commit | 6b932e16b294be5953233180ab50b785dbfeb04e | [log] [tgz] |
|---|---|---|
| author | Ole Rehmsen <oler@google.com> | Mon Jun 03 17:10:55 2019 +0200 |
| committer | Ole Rehmsen <oler@google.com> | Mon Jun 03 17:10:55 2019 +0200 |
| tree | d181254443082a17fe9f75042f0764ab12a6f741 | |
| parent | 9abfd848a19f6af7c6ff89df5162978ca800aee3 [diff] |
Use bazel to set the correct source dir Change-Id: Ie0aa065b8531ea257eac3199fce4867494aa6df5
diff --git a/polygerrit-ui/README.md b/polygerrit-ui/README.md index 7699808..9ceda8c 100644 --- a/polygerrit-ui/README.md +++ b/polygerrit-ui/README.md
@@ -89,7 +89,7 @@ ```sh $(bazel info output_base)/external/local_jdk/bin/java \ - -DsourceRoot=/path/to/my/checkout \ + -DsourceRoot=$(bazel info workspace) \ -jar bazel-bin/gerrit.war daemon \ -d $GERRIT_SITE \ --console-log \