From 01cc1f8acb0959d9fb6e92d5fbde31dba0081000 Mon Sep 17 00:00:00 2001 From: tyru Date: Mon, 9 Apr 2018 21:34:26 +0900 Subject: [PATCH] fix: fix example of 'volt list' (fix #224) --- cmd/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/list.go b/cmd/list.go index e8aa4146..02872e77 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -40,7 +40,7 @@ Quick example Show repositories used by current profile: - $ volt list -f '{{ range .Profiles }}{{ if eq $.CurrentProfileName .Name }}{{ range .ReposPath }}{{ . }}{{ end }}{{ end }}{{ end }}' + $ volt list -f '{{ range .Profiles }}{{ if eq $.CurrentProfileName .Name }}{{ range .ReposPath }}{{ println . }}{{ end }}{{ end }}{{ end }}' Or (see "Additional property"):