+comment
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
9ccaa85102
commit
70704b16a9
1 changed files with 1 additions and 1 deletions
|
@ -27,9 +27,9 @@
|
||||||
. cdist-config
|
. cdist-config
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# Find out whether type is a singleton or regular type
|
|
||||||
__cdist_type="$__cdist_myname"
|
__cdist_type="$__cdist_myname"
|
||||||
|
|
||||||
|
# Find out whether type is a singleton or regular type
|
||||||
if [ -f "$(__cdist_type_singleton "$__cdist_type")" ]; then
|
if [ -f "$(__cdist_type_singleton "$__cdist_type")" ]; then
|
||||||
__cdist_object_id="singleton"
|
__cdist_object_id="singleton"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue