aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/docs/generate-workspace.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/docs/generate-workspace.md b/site/docs/generate-workspace.md
index d00a488746..cdd23c36a8 100644
--- a/site/docs/generate-workspace.md
+++ b/site/docs/generate-workspace.md
@@ -47,7 +47,8 @@ use this tool:
$ bazel run //generate_workspace -- \
> --maven_project=/path/to/my/project \
> --artifact=groupId:artifactId:version \
- > --artifact=groupId:artifactId:version
+ > --artifact=groupId:artifactId:version \
+ > --repositories=https://jcenter.bintray.com
Wrote
/usr/local/.../generate_workspace.runfiles/__main__/generate_workspace.bzl
```