Commit f327cc3
authored
[codegen] Fix empty manifest package for legacy non-manifestdata manifest go file (#1117)
## What Changed? Why?
For legacy non-`manifestdata`-package generated manifest go files, the
package was being supplied as empty from the CLI, which is invalid. This
fixes it to use the basename of the `--gogenpath`.
### How was it tested?
Tested in an existing project.
### Where did you document your changes?
N/A - bugfix
### Notes to Reviewers1 parent e104d3f commit f327cc3
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
274 | 278 | | |
275 | | - | |
| 279 | + | |
276 | 280 | | |
277 | 281 | | |
278 | 282 | | |
| |||
0 commit comments