You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2019/01/14 09:16:44 UTC

[beam] Diff for: [GitHub] iemejia merged pull request #7495: [BEAM-6421] Fix wrong command in the contribution guide

diff --git a/website/src/contribute/index.md b/website/src/contribute/index.md
index ec2351808fa7..865cd8c33042 100644
--- a/website/src/contribute/index.md
+++ b/website/src/contribute/index.md
@@ -114,7 +114,7 @@ To contribute code, you need
 
    For a given module, use:
 
-       $ ./gradlew sdks/java/io/cassandra tasks
+       $ ./gradlew -p sdks/java/io/cassandra tasks
 
     For an exhaustive list of tasks, use:
 


With regards,
Apache Git Services