Merge branch 'hotfix/21.56.9' into master
[gitter.git] / git_hooks / post-commit
blob2f06ae62db4d414593ae4aa09b6e953ee215ac1a
1 #!/bin/bash
3 if $(which gtm); then
4 set -x
5 gtm commit -yes
6 fi