You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/05/01 23:49:59 UTC

[beam] branch master updated: [BEAM-7201] Go README: update task name

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 4859bca  [BEAM-7201] Go README: update task name
     new 33e6b72  Merge pull request #8461 from ibzib/goLock
4859bca is described below

commit 4859bcaf6775589f8a4d313ad9705ad981af9f51
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Wed May 1 15:58:04 2019 -0700

    [BEAM-7201] Go README: update task name
---
 sdks/go/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/go/README.md b/sdks/go/README.md
index fc4e73c..eb822c8 100644
--- a/sdks/go/README.md
+++ b/sdks/go/README.md
@@ -157,7 +157,7 @@ are added in a PR then the lock file needs to be updated.
 From the `$GOPATH/src/github.com/apache/beam` directory run
 
 ```
-$ ./gradlew :beam-sdks-go:lock
+$ ./gradlew :beam-sdks-go:goLock
 `./gradlew :goPostcommit`
 ```