forked from ungleich-public/cdist
fix typo in __process
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
a1b946abc4
commit
4ecffa7d59
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ fi
|
|||
|
||||
parameter_state="$__object/parameter/state"
|
||||
if [ -f "$_parameter_state" ]; then
|
||||
state_should=(cat "$__object/parameter/state")
|
||||
state_should=$(cat "$__object/parameter/state")
|
||||
else
|
||||
state_should="present"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue