mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Quote the azure requirement to prevent > causing file redirection (#16490)
Running it without quotes caused a file called '=2.0.0rc4' to be created, containing the stdout of pip installing azure 1.x
This commit is contained in:
parent
216a845244
commit
52d4079184
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ SDK is via pip:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pip install azure>=2.0.0rc4
|
$ pip install "azure>=2.0.0rc4"
|
||||||
|
|
||||||
|
|
||||||
Authenticating with Azure
|
Authenticating with Azure
|
||||||
|
|
Loading…
Reference in a new issue