mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix typo
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
This commit is contained in:
parent
1d4adb0301
commit
2cf61689c5
@ -20,7 +20,7 @@ To build the binaries using without running linting (ie; if you have uncommitted
|
||||
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
|
||||
go mod vendor && go mod tidy
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user