[__sensible_editor] Fix incorrect require variable

remotes/origin/build/support-pip-from-git
Dennis Camera 6 years ago
parent 58eb474b01
commit 9567826dc1
  1. 2
      cdist/conf/type/__sensible_editor/manifest

@ -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")

Loading…
Cancel
Save