Commit 5b684c6
authored
Improve the message in
# Summary
If we (MCK) started consuming a new go mod deps and because of that we
would need to regenerate (`update_licenses.sh`) the
`LICENSE-THIRD-PARTY` file for the main project as well as
`kubectl-mongodb` plugin. If we forget doing that, the CI would fail
with below error
```
We have files that differ after running pre-commit, please run the pre-commit locally
```
and running `pre-commit` doesn't really update the licenses file, to do
that, we will have to run `make precommit-with-licenses`. And that's why
this PR updates above message.
## Proof of Work
NAcheck_precommit.sh for go mod licenses case (#381)1 parent 0da8924 commit 5b684c6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments