Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Add newline to read output.
Browse files Browse the repository at this point in the history
  • Loading branch information
clstokes committed Aug 8, 2016
1 parent 0ec94bb commit 8515026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ func (c *ReadCommand) Run(args []string) int {
return 1
}

fmt.Printf("%s", metadataValue)
fmt.Printf("%s\n", metadataValue)
return 0
}

0 comments on commit 8515026

Please sign in to comment.