add missing variable __cdist_type

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/1.5
Steven Armstrong 14 years ago
parent 0f2193c5e3
commit 1c51d32cdc
  1. 2
      bin/cdist-object-run-all

@ -45,6 +45,8 @@ done < "$__cdist_objects"
while [ $# -gt 0 ]; do
__cdist_object="$1"; shift
__cdist_type="$(__cdist_type_from_object "$__cdist_object")"
# Check if type of object has >= 1 explorer
__cdist_has_explorer="$(__cdist_type_has_explorer "$__cdist_type")"

Loading…
Cancel
Save