Skip to content

Commit 0d40644

Browse files
committed
fix while loop and comments
1 parent c87b5a5 commit 0d40644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

evb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ available options:
2323
--entrypoint : use a different entrypoint
2424
examples for available endpoints are:
2525
onceover,
26-
default: no entrypoint sepcified
26+
default: no entrypoint specified
2727
--image image : use a different image (default ${PODIMAGE})
2828
--env VAR=val : specify environment variables (can be used multiple times)
2929
Remark: the term './' in a assignment will be replaced with
@@ -37,7 +37,7 @@ available options:
3737
available command:
3838
help : print this help message and exit
3939
40-
Commands/Options no listed here are passed to voxbox as is.
40+
commands/options not listed here are passed to VoxBox as is.
4141
use the '--noop' option to print the detailed call to VoxBox.
4242
EOF
4343
exit
@@ -61,7 +61,7 @@ PODOPTIONS=''
6161
PODENV=''
6262
PODIMAGE='ghcr.io/voxpupuli/voxbox:8'
6363
VOXBOXCOMMAND=''
64-
while [[ $# -gt 0 ]] do
64+
while [[ $# -gt 0 ]]; do
6565
key="$1"
6666
case $key in
6767
help)

0 commit comments

Comments
 (0)