From 72852416811a70bd5546135f2f54d7b6f9042ee2 Mon Sep 17 00:00:00 2001 From: "Essam A. Hassan" Date: Thu, 3 May 2018 20:16:08 +0200 Subject: [PATCH] use : instead of = in mounts service pretty inspect Signed-off-by: Essam A. Hassan --- cli/command/formatter/service.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/command/formatter/service.go b/cli/command/formatter/service.go index 760bd03e79..697d6be4c0 100644 --- a/cli/command/formatter/service.go +++ b/cli/command/formatter/service.go @@ -92,10 +92,10 @@ ContainerSpec: Mounts: {{- end }} {{- range $mount := .ContainerMounts }} - Target = {{ $mount.Target }} - Source = {{ $mount.Source }} - ReadOnly = {{ $mount.ReadOnly }} - Type = {{ $mount.Type }} + Target: {{ $mount.Target }} + Source: {{ $mount.Source }} + ReadOnly: {{ $mount.ReadOnly }} + Type: {{ $mount.Type }} {{- end -}} {{- if .Configs}} Configs: