diff options
Diffstat (limited to 'examples/hooks/post-checkout')
-rwxr-xr-x | examples/hooks/post-checkout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hooks/post-checkout b/examples/hooks/post-checkout index bd4de15..bec950e 100755 --- a/examples/hooks/post-checkout +++ b/examples/hooks/post-checkout @@ -19,6 +19,6 @@ if [ ! -e "$MSFILE" ]; then fi exit_on_fail \ - metastore -a -m -e -E -q -f "$MSFILE" + metastore -a -e -E -q -f "$MSFILE" exit 0 |