Fix the State object in the state minion module

This commit is contained in:
Thomas S Hatch 2011-05-28 19:43:02 -06:00
parent dcb0bb5884
commit 9aa5b7a296

View file

@ -57,5 +57,5 @@ def highstate():
CLI Example:
salt '*' state.highstate
'''
st_ = salt.state.State(__opts__)
st_ = salt.state.HighState(__opts__)
return st_.call_highstate()