#!/bin/sh

[ "$project_path" != "" ] && cd $project_path

$mix_path git_hooks.run $git_hook "$@"
[ $? -ne 0 ] && exit 1
exit 0
