Commit 2cf61689 authored by Chin-Ya Huang's avatar Chin-Ya Huang Committed by Brad Davidson

Fix typo

parent 1d4adb03
...@@ -20,7 +20,7 @@ To build the binaries using without running linting (ie; if you have uncommitted ...@@ -20,7 +20,7 @@ To build the binaries using without running linting (ie; if you have uncommitted
SKIP_VALIDATE=true make SKIP_VALIDATE=true make
``` ```
If you make any changes to go.mod and want to update the vendored modules, you should run the following before runnining `make`: If you make any changes to go.mod and want to update the vendored modules, you should run the following before running `make`:
```bash ```bash
go mod vendor && go mod tidy go mod vendor && go mod tidy
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment