Commit b8f04c68 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix assure_exists

parent fbbdae12
......@@ -337,7 +337,7 @@ assure_exists()
load_helper epm-assure
local package="$2"
[ -n "$package" ] || package="$(__get_package_for_command "$1")"
__epm_assure "$1" $package || fatal "Can't assure in '$1' command"
__epm_assure "$1" $package $3 || fatal "Can't assure in '$1' command"
}
eget()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment