Commit 82416f53 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-update: fix checking for new eepm package

parent 0b35fc40
......@@ -31,7 +31,7 @@ get_latest_version()
__check_for_epm_version()
{
local latest="$(get_latest_version "epm" 2>/dev/null)"
local latest="$(get_latest_version eepm)"
#[ -z "$latest" ] && return
local res="$(epm print compare "$EPMVERSION" "$latest")"
[ "$res" = "-1" ] && info "Latest EPM version in Korinf repository is $latest. You have version $EPMVERSION running."
......
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