replace broken __cdist_object_base_dir with __cdist_out_object_dir}
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b7a91a97ac
commit
02abb22a0d
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ __cdist_object_id_from_object()
|
||||||
|
|
||||||
__cdist_object_dir()
|
__cdist_object_dir()
|
||||||
{
|
{
|
||||||
echo "${__cdist_object_base_dir}/$1"
|
echo "${__cdist_out_object_dir}/$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
__cdist_remote_object_dir()
|
__cdist_remote_object_dir()
|
||||||
|
|
Loading…
Reference in a new issue