From 4b8c0f3469793d869e2c71f8dca8d6a66f87fb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 23 Nov 2018 20:05:13 +0100 Subject: [PATCH] assets/shell/deploy-all.sh:main(): fix typo. --- assets/shell/deploy-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/shell/deploy-all.sh b/assets/shell/deploy-all.sh index 2e6499b..09c2cfb 100755 --- a/assets/shell/deploy-all.sh +++ b/assets/shell/deploy-all.sh @@ -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