mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-21 23:06:38 +00:00
assets/shell/deploy-all.sh:main(): fix typo.
This commit is contained in:
parent
f273a3c6b1
commit
4b8c0f3469
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user