Skip to content

Commit 134d473

Browse files
committed
pacman-mirror: style fix
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 5ad287d commit 134d473

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pacman-mirror.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ update_local_package_databases () {
178178
for arch in $architectures
179179
do
180180
(cd "$(arch_dir $arch)" &&
181-
repo-add --new git-for-windows.db.tar.xz \
182-
*.pkg.tar.xz
183-
)
181+
repo-add --new git-for-windows.db.tar.xz *.pkg.tar.xz)
184182
done
185183
}
186184

0 commit comments

Comments
 (0)