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