fixup commit "arch-nspawn: get all mirrors from host"

In commit d9b7350448, a line was deleted
that had a shellcheck ignore marker, but the marker itself was left in
(and had nothing to do). So, remove it.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
This commit is contained in:
Eli Schwartz 2019-08-06 20:09:03 -04:00 committed by Levente Polyak
parent c2bbcbed64
commit 2f929c961f
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ fi
# shellcheck disable=2016
host_mirrors=($($pacconf_cmd --repo extra Server 2> /dev/null | sed -r 's#(.*/)extra/os/.*#\1$repo/os/$arch#'))
# shellcheck disable=2016
# {{{ functions
build_mount_args() {