add another helpful msg to script/lint

This commit is contained in:
risk danger olson 2015-07-21 11:14:15 -06:00
parent 0f007b4ae5
commit b2bf353cca

@ -7,8 +7,10 @@ if [ $? -eq 0 ];
then
echo "Non vendored dependencies found:"
for d in $deps; do echo "\t$d"; done
echo
echo "These dependencies should be tracked in 'Nut.toml', with an import prefix of:"
echo "\tgithub.com/github/git-lfs/vendor/_nuts"
exit 1
else
echo "Looks good!"
fi