forked from ungleich-public/cdist
[__sensible_editor] Fix incorrect require variable
This commit is contained in:
parent
58eb474b01
commit
9567826dc1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ if test "${state}" != 'absent'
|
||||||
then
|
then
|
||||||
__package "${package_name}" --state present \
|
__package "${package_name}" --state present \
|
||||||
--type "${pkg_type}"
|
--type "${pkg_type}"
|
||||||
export __require="__package/${package_name}"
|
export require="__package/${package_name}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
editor_path=$(cat "${__object}/explorer/editor_path")
|
editor_path=$(cat "${__object}/explorer/editor_path")
|
||||||
|
|
Loading…
Reference in a new issue