added another echo

This commit is contained in:
Roberto Cirillo 2021-02-03 16:56:36 +01:00
parent d69840332f
commit 21e5d2eb36
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
if [[ "$(grep 'dataminer' pom.xml)" ]]; then
echo "dataminer dep found"
else
echo "dataminre dep not found"
fi