forked from loafle/openapi-generator-original
fix mixed indent + move do to same line as start of loop (#19373)
This commit is contained in:
parent
a6a75e3501
commit
ba1d7255d0
@ -16,8 +16,7 @@ commands="config-help,generate,batch,help,list,meta,validate,version"
|
||||
|
||||
if [ $# == 0 ]; then
|
||||
echo "No command specified. Available commands:"
|
||||
for i in $(echo $commands | sed "s/,/ /g")
|
||||
do
|
||||
for i in $(echo $commands | sed "s/,/ /g"); do
|
||||
echo " $i"
|
||||
done
|
||||
exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user