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

Commit 8515026

Browse files
committed
Add newline to read output.
1 parent 0ec94bb commit 8515026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ func (c *ReadCommand) Run(args []string) int {
4343
return 1
4444
}
4545

46-
fmt.Printf("%s", metadataValue)
46+
fmt.Printf("%s\n", metadataValue)
4747
return 0
4848
}

0 commit comments

Comments
 (0)