Skip to content

Commit

Permalink
update gazel usage in bazel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xialonglee committed Nov 13, 2016
1 parent 454f60c commit db1b4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devel/bazel.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To update a single build file, run:
$ # get gazel
$ go get -u github.com/mikedanese/gazel
$ # .e.g. ./pkg/kubectl/BUILD
$ gazel ./pkg/kubectl
$ gazel -root="${YOUR_KUBE_ROOT_PATH}" ./pkg/kubectl
```

Updating BUILD file for a package will be required when:
Expand Down

0 comments on commit db1b4d6

Please sign in to comment.