FIX install pkgs typo

This commit is contained in:
Nathan Dwarshuis 2021-06-12 00:22:01 -04:00
parent 2946e33486
commit 442ddb48eb
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ clean_up() {
trap 'clean_up' ERR
if [ "$#" -ne 2 ]; then
echo "Must supply custom package dir. Exiting"
if [ "$#" -ne 1 ]; then
echo "Usage: bootstrap_pkgs [CUSTOM_PKGBUILD_SRC]"
exit 1
fi