Commit 1d725f23 authored by Vitaly Lipatov's avatar Vitaly Lipatov

removerepo: small fix

parent cd36d7f7
......@@ -34,7 +34,7 @@ case $DISTRNAME in
esac
if tasknumber "$repo" >/dev/null ; then
repo="$(epm repolist | grep "repo/$(tasknumber $repo)" | line)"
repo="$(epm repolist | grep "repo/$(tasknumber "$repo")" | line)"
fi
[ -n "$repo" ] || fatal "No such repo or task"
assure_exists apt-repo
......
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