mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-14 13:18:40 +00:00
Remove debug msg
This commit is contained in:
committed by
GitHub
parent
15302f7f30
commit
34bd1b7e77
@@ -31,7 +31,6 @@ jobs:
|
|||||||
matches=$(grep -Ec "^/[a-zA-Z0-9\._]+" $modified_file)
|
matches=$(grep -Ec "^/[a-zA-Z0-9\._]+" $modified_file)
|
||||||
if [ $matches -ne 0 ];
|
if [ $matches -ne 0 ];
|
||||||
then
|
then
|
||||||
echo ">>> WARN"
|
|
||||||
echo "::warning file=$modified_file,line=1,col=1,endColumn=1::$matches entries start with a slash."
|
echo "::warning file=$modified_file,line=1,col=1,endColumn=1::$matches entries start with a slash."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user