Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-10 13:21:21 +01:00
parent 9ccaa85102
commit 70704b16a9
1 changed files with 1 additions and 1 deletions

View File

@ -27,9 +27,9 @@
. cdist-config
set -eu
# Find out whether type is a singleton or regular type
__cdist_type="$__cdist_myname"
# Find out whether type is a singleton or regular type
if [ -f "$(__cdist_type_singleton "$__cdist_type")" ]; then
__cdist_object_id="singleton"
else