cmd/hopp-generate: Print file name instead of random pointer

This commit is contained in:
Sasha Koshka 2025-10-15 01:22:24 -04:00
parent 892a2f2554
commit 4ae7f4681e

View File

@ -55,7 +55,7 @@ func main() {
} }
_, err = generator.Generate(protocol) _, err = generator.Generate(protocol)
handleErr(command, 1, err) handleErr(command, 1, err)
command.Println(output, "OK") command.Println(destination, "OK")
} }
func handleErr(command *cli.Cli, code int, err error) { func handleErr(command *cli.Cli, code int, err error) {