Tweak command in grepHTTP action.
This commit is contained in:
parent
b45ff1a8cd
commit
564436828e
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
if [[ "$(grep -r 'http://' .)" ]]; then
|
||||
if [[ "$(find . -name *.java | xargs grep 'http://')" ]]; then
|
||||
echo "http protocol found"
|
||||
else
|
||||
echo "http protocol not found"
|
||||
|
|
Loading…
Reference in New Issue