Rename to yq

This commit is contained in:
Tim Hobbs 2018-04-08 10:36:48 +02:00 committed by GitHub
parent d3ecf7aa88
commit a8271f12bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ var (
)
// ProductName is the name of the product
const ProductName = "yaml"
const ProductName = "yq"
// GetVersionDisplay composes the parts of the version in a way that's suitable
// for displaying to humans.