diff --git a/commands/read.go b/commands/read.go index 27feb6f..ec16859 100644 --- a/commands/read.go +++ b/commands/read.go @@ -43,6 +43,6 @@ func (c *ReadCommand) Run(args []string) int { return 1 } - fmt.Printf("%s", metadataValue) + fmt.Printf("%s\n", metadataValue) return 0 }