Skip to content

Commit

Permalink
Correctly specify kando command used in Blueprint in docs (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten authored and mergify[bot] committed Oct 1, 2019
1 parent 5fb0a85 commit db58cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tooling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ The following snippet is an example of using kando from inside a Blueprint.
.. substitution-code-block:: console
kando location push --profile '{{ .Profile }}' --path '/backup/path' -
kando location push --profile '{{ toJson .Profile }}' --path '/backup/path' -
kando location delete --profile '{{ .Profile }}' --path '/backup/path'
kando location delete --profile '{{ toJson .Profile }}' --path '/backup/path'
kando output version |version|
Expand Down

0 comments on commit db58cc1

Please sign in to comment.