fix: plugin file deployment script

This commit is contained in:
Zack Spear
2024-05-08 17:27:24 -07:00
committed by Zack Spear
parent f84195a98d
commit ec90f8b295

View File

@@ -55,7 +55,7 @@ fi
if [ -z "$deploy" ]; then
echo
echo
read -rp -e "Do you want to also deploy the built web components? (yes/no/build): " deploy
read -rp "Do you want to also deploy the built web components? (yes/no/build): " deploy
fi
if [ "$deploy" = "yes" ]; then