[__sensible_editor] Fix incorrect require variable

This commit is contained in:
Dennis Camera 2019-10-14 09:21:23 +02:00
parent 58eb474b01
commit 9567826dc1
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ if test "${state}" != 'absent'
then
__package "${package_name}" --state present \
--type "${pkg_type}"
export __require="__package/${package_name}"
export require="__package/${package_name}"
fi
editor_path=$(cat "${__object}/explorer/editor_path")