Skip to content

Commit

Permalink
Merge pull request #34498 from rallytime/bootstrap-tutorial-doc-fix
Browse files Browse the repository at this point in the history
Use -O in the wget example in the bootstrap tutorial for the develop branch
  • Loading branch information
Mike Place committed Jul 7, 2016
2 parents 3ebba02 + 23c5739 commit 63f0451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/topics/tutorials/salt_bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Downloading the script from develop branch:

.. code-block:: bash
wget https://bootstrap.saltstack.com/develop
wget -O bootstrap_salt.sh https://bootstrap.saltstack.com/develop
sudo sh bootstrap_salt.sh
Installing a specific version from git using ``wget``:
Expand Down

0 comments on commit 63f0451

Please sign in to comment.