Skip to content

Commit 9738c2d

Browse files
👕 refactor: Remove lint from bootstrap/install-aur.
1 parent c5ca8ab commit 9738c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/install-aur

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ i() {
1616
git clone "https://aur.archlinux.org/${1}.git" "/tmp/${1}" || fail
1717
pushd "/tmp/${1}" || fail
1818
if makepkg -si --skippgpcheck ; then
19-
popd
19+
popd || fail
2020
rm -rf "/tmp/${1}"
2121
else
22-
popd
22+
popd || fail
2323
rm -rf "/tmp/${1}"
2424
fail
2525
fi

0 commit comments

Comments
 (0)