Skip to content

Commit 1efc49a

Browse files
committed
Merge branch 'master' of github.com:google/badwolf
2 parents 60996c6 + b38f9aa commit 1efc49a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/command_line_tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `bw` command line tool is built via the `tools/vcli/bw` package. You
55
can build the tool by just typing
66

77
```
8-
$ got test ./... && go build ./tools/vcli/bw/...
8+
$ go test ./... && go build ./tools/vcli/bw/...
99
```
1010

1111
Is the test pass successfully you will get the `bw` tool ready to go.

0 commit comments

Comments
 (0)