Commit 66692218 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix typo in get_task_packages

parent 3a9bc3b3
......@@ -141,6 +141,6 @@ get_task_packages()
for tn in $(tasknumber "$@") ; do
showcmd apt-repo list task "$tn"
a='' apt-repo list task "$tn"
[ "$arch" = "x64_64" ] && get_task_arepo_packages "$tn"
[ "$arch" = "x86_64" ] && get_task_arepo_packages "$tn"
done
}
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