Fix incorrect popd
call
This commit is contained in:
parent
1ade542af4
commit
4ccfbd9b1a
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ yes | pipenv run --python 3.10 -- \
|
|||
yay --noconfirm -Syu \
|
||||
ytmdesktop;
|
||||
|
||||
popd "$contextRoot";
|
||||
popd > /dev/null;
|
||||
rm -rf "$contextRoot";
|
||||
|
|
Loading…
Reference in a new issue