fix grep filter for clonedigger.
This commit is contained in:
parent
159925ff08
commit
b24417ea56
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
clonedigger pylast
|
||||
grep -E "Clones detected\|lines are duplicates" output.html
|
||||
grep -E "Clones detected|lines are duplicates" output.html
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue