Skip to content

Commit 9e19656

Browse files
authored
Merge pull request #1498 from ForgottenProgramme/patch-6
Fixed typo in build_with_mambabuild in conda-forge.yml
2 parents 08deb48 + 245c52d commit 9e19656

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Top-level fields
2424
* :ref:`appveyor`
2525
* :ref:`azure-config`
2626
* :ref:`build_platform`
27-
* :ref:`build_with_mamba`
27+
* :ref:`build_with_mambabuild`
2828
* :ref:`bot`
2929
* :ref:`channel_priority`
3030
* :ref:`channels`
@@ -136,15 +136,15 @@ build platform using cross-compiling.
136136
build_platform:
137137
osx_64: linux_64
138138
139-
.. _build_with_mamba:
139+
.. _build_with_mambabuild:
140140

141-
build_with_mamba
141+
build_with_mambabuild
142142
--------------
143143
This option, when enabled, configures the conda-forge CI to run a debug build using the ``mamba`` solver. Check `this <https://conda-forge.org/docs/maintainer/maintainer_faq.html#mfaq-mamba-local>`__ to know more.
144144

145145
.. code-block:: yaml
146146
147-
build_with_mamba:
147+
build_with_mambabuild:
148148
True
149149
150150
.. _channel_priority:

0 commit comments

Comments
 (0)