Skip to content

Commit 85c30f3

Browse files
committed
format
1 parent 91eefb9 commit 85c30f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/aur-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rsync -a \
5454

5555
pushd "$meta_repo" >/dev/null
5656
makepkg -o --nodeps --skippgpcheck >/dev/null
57-
makepkg --printsrcinfo > "$OLDPWD/$pkg_dir/.SRCINFO"
57+
makepkg --printsrcinfo >"$OLDPWD/$pkg_dir/.SRCINFO"
5858
popd >/dev/null
5959

6060
aur_repo="$tmp_root/aur"

0 commit comments

Comments
 (0)