Skip to content

Commit

Permalink
Merge pull request #1065 from thaJeztah/fix-kube-alignment
Browse files Browse the repository at this point in the history
Fix component information alignment
  • Loading branch information
Vincent Demeester authored May 18, 2018
2 parents 7de6aae + 26d8122 commit b15c3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/system/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Server:{{if ne .Platform.Name ""}} {{.Platform.Name}}{{end}}
Version: {{$component.Version}}
{{- $detailsOrder := getDetailsOrder $component}}
{{- range $key := $detailsOrder}}
{{$key}}: {{index $component.Details $key}}
{{$key}}: {{index $component.Details $key}}
{{- end}}
{{- end}}
{{- end}}
Expand Down

0 comments on commit b15c3cf

Please sign in to comment.