Output QuoteId, not Id

This commit is contained in:
2018-09-27 19:29:27 +01:00
parent e500ca1a8b
commit ad36825fde

View File

@@ -45,7 +45,7 @@ func main() {
os.Exit(1) os.Exit(1)
} }
fmt.Fprintf(os.Stdout, "%v ", quote.Id) fmt.Fprintf(os.Stdout, "%v ", quote.QuoteId)
} }
os.Exit(0) os.Exit(0)