Commit a861f2ee authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm assure: fix info message placement

parent 0385b52a
...@@ -96,9 +96,9 @@ epm_assure() ...@@ -96,9 +96,9 @@ epm_assure()
__epm_assure_checking $CMD $PACKAGE $PACKAGEVERSION && return 0 __epm_assure_checking $CMD $PACKAGE $PACKAGEVERSION && return 0
info 'Installing appropriate package for $CMD command...'
__epm_need_update $PACKAGE $PACKAGEVERSION || return 0 __epm_need_update $PACKAGE $PACKAGEVERSION || return 0
info 'Installing appropriate package for $CMD command...'
# can't be used in epm ei case # can't be used in epm ei case
#docmd epm --auto install $PACKAGE || return #docmd epm --auto install $PACKAGE || return
load_helper epm-install load_helper epm-install
......
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