Skip to content

Commit

Permalink
fix: fix example of 'volt list' (fix #224)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Apr 9, 2018
1 parent f896724 commit 01cc1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 01cc1f8

Please sign in to comment.