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

Commit 94cf3ea

Browse files
authored
Merge pull request #1614 from chris-crone/new-line-version
cli.compose: Add missing \n for version
2 parents b46015f + a764f8c commit 94cf3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/compose/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ func runVersion(opts versionOptions) {
6161
fmt.Printf(`{"version":"%s"}\n`, displayedVersion)
6262
return
6363
}
64-
fmt.Printf(`Docker Compose version %s`, displayedVersion)
64+
fmt.Printf("Docker Compose version %s\n", displayedVersion)
6565
}

0 commit comments

Comments
 (0)