Fixed a bone-headed typo; thanks for the report, Zheng Liu!

This commit is contained in:
Seth House 2011-12-21 08:00:12 -07:00
parent 689bcdc637
commit e5ffaf193d

View File

@ -119,7 +119,7 @@ Last, call :func:`state.highstate <salt.modules.state.highstate>` again and the
minion will fetch and execute the highstate as well as our HTML file from the
master using Salt's File Server::
salt '*' salt.highstate
salt '*' state.highstate
Verify that Apache is now serving your custom HTML.