Skip to content

Commit c1c6084

Browse files
committed
Set newline for print version correctly
1 parent e37bb0f commit c1c6084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Full docs can be found at github.com/aws/amazon-` + binName
244244
}
245245

246246
if flags[version] != nil {
247-
fmt.Printf("%s", versionID)
247+
fmt.Printf("%s\n", versionID)
248248
os.Exit(0)
249249
}
250250

0 commit comments

Comments
 (0)