fix rank_mirrors

merge-requests/273/head
Bernhard Landauer 7 years ago
parent 8a89d305b2
commit 4033546fae

@ -394,7 +394,7 @@ rank_mirrors() {
"stable" "-" on \
"testing" "-" off \
"unstable" "-" off 2>${ANSWER}
local branch="$(<{ANSWER})"
local branch="$(<${ANSWER})"
clear
if [[ ! -z ${branch} ]]; then
pacman-mirrors -gib "${branch}"

Loading…
Cancel
Save