Commit 59ffa936 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent a215fd6c
...@@ -97,7 +97,7 @@ __alt_repofix() ...@@ -97,7 +97,7 @@ __alt_repofix()
__get_conflict_release_pkg() __get_conflict_release_pkg()
{ {
epmqf --quiet --short /etc/fedora-release | head -n1 epm qf --quiet --short /etc/fedora-release | head -n1
} }
get_fix_release_pkg() get_fix_release_pkg()
......
...@@ -55,7 +55,7 @@ case $DISTRNAME in ...@@ -55,7 +55,7 @@ case $DISTRNAME in
;; ;;
esac esac
[ -n "$repo" ] || fatal "No such repo or task. Use epm remove repo [autoimports|archive|TASK]" [ -n "$repo" ] || fatal "No such repo or task. Use epm remove repo [autoimports|archive|tasks/TASKNUMBER]"
assure_exists apt-repo assure_exists apt-repo
sudocmd apt-repo rm "$repo" sudocmd apt-repo rm "$repo"
return return
......
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