forked from loafle/openapi-generator-original
detect tab for all files under module (#2456)
This commit is contained in:
parent
59cdea7b5e
commit
c10463600a
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# grep for \t in the generators
|
||||
RESULT=`find modules/openapi-generator/src/ -name "*.java" | xargs grep $'\t'`
|
||||
RESULT=`find modules -name "*.java" | xargs grep $'\t'`
|
||||
|
||||
echo -e "$RESULT"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user