mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
In version, replace “Azure integration” version info by “Cloud integration”
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
57ded74aee
commit
2ce4e98d88
4 changed files with 4 additions and 4 deletions
|
|
@ -55,6 +55,6 @@ func runVersion(cmd *cobra.Command, version string) error {
|
|||
return nil
|
||||
}
|
||||
var s string = string(versionResult)
|
||||
fmt.Print(strings.Replace(s, "\n Version:", "\n Azure integration "+displayedVersion+"\n Version:", 1))
|
||||
fmt.Print(strings.Replace(s, "\n Version:", "\n Cloud integration "+displayedVersion+"\n Version:", 1))
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue