Fix, decode binary to ascii

This commit is contained in:
Gilles Debunne 2020-04-22 10:28:33 +02:00 committed by Pedro Algarvio
parent b36d41319b
commit 0f80c90dbb
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -156,7 +156,7 @@ or with python version 3:
.. code:: console .. code:: console
python -c 'import urllib.request; print(urllib.request.urlopen("https://bootstrap.saltstack.com").read())' > bootstrap-salt.sh python -c 'import urllib.request; print(urllib.request.urlopen("https://bootstrap.saltstack.com").read().decode("ascii"))' > bootstrap-salt.sh
Install using fetch Install using fetch
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~