Skip to content

Commit 94a9d8a

Browse files
authored
Fix error in the command for publishing conda env. (#912)
2 parents 2a31a90 + 5b61186 commit 94a9d8a

File tree

1 file changed

+1
-1
lines changed
  • docs/source/user_guide/operators/common

1 file changed

+1
-1
lines changed

docs/source/user_guide/operators/common/run.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ This creates a new ``<operator-type>_<operator-version>`` conda environment and
236236

237237
.. code-block:: bash
238238
239-
ads operator publish --type <operator-type>
239+
ads opctl conda publish --slug <operator-type>_<operator-version>
240240
241241
For more details on configuring the CLI, refer to the :doc:`Explore & Configure Operators<./explore>` documentation.
242242

0 commit comments

Comments
 (0)