Skip to content

Commit cbb9d06

Browse files
committed
docs: fix indentation
1 parent 77d0454 commit cbb9d06

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tutorial_developer_workflows.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,13 @@ Developers can achieve builds of both cases from a single ``spack install`` as l
314314

315315
.. code-block:: console
316316
317-
# First we have to allow repeat specs in the environment
318-
$ spack config add concretizer:unify:false
319-
# Next we need to specify the specs we want ('==' propagates the variant to deps)
320-
$ spack change macsio build_type==Release
321-
$ spack add macsio+scr build_type==Debug
322-
# Inspect the graph for multiple dev_path=
323-
$ spack concretize -f
317+
# First we have to allow repeat specs in the environment
318+
$ spack config add concretizer:unify:false
319+
# Next we need to specify the specs we want ('==' propagates the variant to deps)
320+
$ spack change macsio build_type==Release
321+
$ spack add macsio+scr build_type==Debug
322+
# Inspect the graph for multiple dev_path=
323+
$ spack concretize -f
324324
325325
While we won't build out this example it illustrates how the ``dev_path`` for ``build_type=Release`` and ``build_type=Debug`` points to the same source code.
326326

0 commit comments

Comments
 (0)