Commit 5769b6c
committed
fix(Makefile): fix make generate and make docs-generate
This change will fix the make generate and make docs-generate command. make generate was failing with no Go files in /path/to/fidelity/kconnect. Once that issue was resolved there was another issue with hack/tools/bin/conversion-gen using an unknown flag: --input-dirs and unknown flag: --output-file-base. I believe this is because the conversion-gen binary was upgraded, and the newer version of the binary no longer has these flags. Therefore, I have updated the commands to use the new flags.
Signed-off-by: Casale, Robert <[email protected]>1 parent 5c09fdc commit 5769b6c
File tree
4 files changed
+18
-16
lines changed- api/v1alpha1
- pkg/history/loader/mock_loader
4 files changed
+18
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments