diff options
Diffstat (limited to 'examples/pre-commit')
-rw-r--r-- | examples/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pre-commit b/examples/pre-commit index 5bed048..b91635d 100644 --- a/examples/pre-commit +++ b/examples/pre-commit @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # An example hook script to store metadata information using # metastore on each commit. |