Skip to content

Commit ded7aa9

Browse files
committed
lint
1 parent fc56d0a commit ded7aa9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tutorial_scripting.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ This output can be generated with the following command:
4141

4242
Note that ``name``, ``version``, and ``hash`` are attributes of Spack's internal ``Spec`` object and enclosing them in braces ensures they are output according to the format string.
4343

44-
Using ``spack find --format`` allows you to retrieve just the information you need to do things like pipe the output to typical UNIX command line tools like ``sort`` or ``uniq``.
45-
``spack find --format`` can be combined with typical command line tools like ``sort`` or ``uniq`` to retrieve information relevant to specific workflows.
44+
Using ``spack find --format`` allows you to retrieve just the information you need to do things like pipe the output to typical UNIX command line tools like ``sort`` or ``uniq``. ``spack find --format`` can be combined with typical command line tools like ``sort`` or ``uniq`` to retrieve information relevant to specific workflows.
4645

4746
^^^^^^^^^^^^^^^^^^^^^
4847
``spack find --json``

0 commit comments

Comments
 (0)