Skip to content

Commit

Permalink
Merge pull request #1 from vskorjanc/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
bicarlsen committed Nov 9, 2020
2 parents a223d8d + c9dd24f commit a532fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Utilities functions include some generic options that can be applied to all func
+ ``--search``, ``-s``: JSON object used to match Containers to apply the function to.

.. warning::
Ensure that your JSON is properly quoted. You will likely have to place single quotes around the JSON string, and double quaotes around property keys and strings within the object. E.g. ``'{ "string_property": "test string", "boolean_property": true, "number_property": 42 }'``
Ensure that your JSON is properly quoted. You will likely have to place single quotes around the JSON string, and double quotes around property keys and strings within the object. E.g. ``'{ "string_property": "test string", "boolean_property": true, "number_property": 42 }'``

.. warning::
On Windows machines you can not have spaces within quoted text. This results in an ``unrecognized arguments`` error. Thus, the command should read ``'{"string_property":"test string","boolean_property":true,"number_property":42}'``
Expand Down Expand Up @@ -296,4 +296,4 @@ Once your project is set up you use the Runner to evaluate it.
+ ``--root``: Specifies the root container whose tree should be run. This doesn't need to be the root of the project. If not included the current directory is used as the root.

+ ``--scripts``: A JSON array specifying which scripts to run. If not included all scripts are run.
+ ``--scripts``: A JSON array specifying which scripts to run. If not included all scripts are run.

0 comments on commit a532fa6

Please sign in to comment.