exportmd: Arreglar chequeo de TODOs
This commit is contained in:
parent
09693db995
commit
f316d26cd8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fi
|
|||
|
||||
output="$(dirname "$input")/$(basename "$input" .md).$format"
|
||||
|
||||
if grep "TODO|XXX" "$input" >/dev/null; then
|
||||
if grep -E "TODO|XXX" "$input" >/dev/null; then
|
||||
echo "Ojo, ¡todavía tenés TODOs o XXXs!"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue