diff --git a/conf/explorers/pkg_system b/conf/explorers/pkg_system index b8a44bab..db17f616 100755 --- a/conf/explorers/pkg_system +++ b/conf/explorers/pkg_system @@ -19,9 +19,6 @@ # # -cdist_explore_pkg_system() -{ - case "$(cdist_explore_os)" in +case "$(__cdist_explorer_dir/os)" in archlinux) echo pacman ;; - esac -} +esac