Skip to content

Commit

Permalink
fixup! 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 ed88689 commit 9b67da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMDREF.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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 9b67da2

Please sign in to comment.