assets/shell/deploy-all.sh:main(): fix typo.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-11-23 20:05:13 +01:00
parent f273a3c6b1
commit 4b8c0f3469

View File

@ -21,7 +21,7 @@ main() {
*) usage; exit 1; ;;
esac; done;
shift $((${OPTIND}-1));
for _build in cordoba nwjs www; do
for _build in cordoba nw www; do
msgf "Deploying ${_build}...";
cd "asciiblaster-${_build}";
if [ "${_vflag:-0}" -eq 0 ]; then