mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +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; ;;
|
*) usage; exit 1; ;;
|
||||||
esac; done;
|
esac; done;
|
||||||
shift $((${OPTIND}-1));
|
shift $((${OPTIND}-1));
|
||||||
for _build in cordoba nwjs www; do
|
for _build in cordoba nw www; do
|
||||||
msgf "Deploying ${_build}...";
|
msgf "Deploying ${_build}...";
|
||||||
cd "asciiblaster-${_build}";
|
cd "asciiblaster-${_build}";
|
||||||
if [ "${_vflag:-0}" -eq 0 ]; then
|
if [ "${_vflag:-0}" -eq 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user