git-scripts/git-templates/project-test/hooks/update.d/50-fail

4 lines
50 B
Plaintext
Raw Permalink Normal View History

2019-06-01 23:21:13 +00:00
#!/usr/bin/env bash
echo "Fail $1 $2 $3"
exit 158