Change-Id: I49de9b383fef17f6fd2ddb3268bce8a0933731c0
echo "Unable to find xmllint executable on the configuration."
echo
echo "Please configure it with :"
- echo " git config hooks.xmllint C:/path/to/xmllint"
+ echo " git config --global hooks.xmllint C:/path/to/xmllint"
echo
fi
echo "Unable to find indent executable on the configuration."
echo
echo "Please configure it with :"
- echo " git config hooks.indent C:/path/to/indent"
+ echo " git config --global hooks.indent C:/path/to/indent"
echo
fi