Update '27-01-2021-grepString/testGrep.sh'

This commit is contained in:
Manuele Simi 2021-02-04 00:19:04 +01:00
parent 21e5d2eb36
commit a4e316e732
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
if [[ "$(grep 'dataminer' pom.xml)" ]]; then if [[ "$(grep 'dataminer' pom.xml)" ]]; then
echo "dataminer dep found" echo "dataminer dep found"
else else
echo "dataminre dep not found" echo "dataminer dep not found"
fi fi