]> arthur.barton.de Git - netdata.git/blob - hooks/post-commit
mysql_plugin: remove slave query if query returned no data
[netdata.git] / hooks / post-commit
1 #!/bin/sh
2 if [ -x ./packaging/update-tags ]
3 then
4   exec git diff HEAD^ | ./packaging/update-tags -
5 fi