Skip to content

Commit f002664

Browse files
committed
doc/source/how-to/releasing.rst: fix powershell nested variable
1 parent f0a6e25 commit f002664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/how-to/releasing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ You can download artifacts from the Ansys private PyPI, public PyPI, and GitHub.
474474

475475
.. code-block:: powershell
476476
477-
$env:INDEX_URL="https://$PYANSYS_PYPI_PRIVATE_READ_PAT@pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/"
477+
$env:INDEX_URL="https://$env:PYANSYS_PYPI_PRIVATE_READ_PAT@pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/"
478478
python -m pip install ansys-<product/tool>-<library> --index-url $env:INDEX_URL --no-dependencies
479479
480480
.. tab-item:: macOS

0 commit comments

Comments
 (0)