Fix incorrect popd call

This commit is contained in:
Manuel Thalmann 2023-05-04 16:22:31 +02:00
parent 1ade542af4
commit 4ccfbd9b1a

View file

@ -8,5 +8,5 @@ yes | pipenv run --python 3.10 -- \
yay --noconfirm -Syu \
ytmdesktop;
popd "$contextRoot";
popd > /dev/null;
rm -rf "$contextRoot";