Skip to content

Commit

Permalink
minor: polish tips
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 14, 2024
1 parent 62b6fff commit 9143ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dependency-check/check-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ sort "$known_third_party_dependencies_txt" | diff - "$third_party_dependencies_t
compareCode=$?
if [ $compareCode -eq 0 ]
then
echo "Dependency check success"
echo "Dependency check success."
else
echo "Dependency check failed. Please check if you add known dependencies"
echo "Dependency check failed. Please add new dependencies to known-dependencies.txt."
exit $compareCode
fi

0 comments on commit 9143ee3

Please sign in to comment.