From dfb72c27037915262f6dcbd1d0017cf4136316da Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Tue, 24 May 2022 10:00:11 +0100 Subject: Use format 1 without mtime in the example hooks --- examples/hooks/post-merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hooks/post-merge') diff --git a/examples/hooks/post-merge b/examples/hooks/post-merge index 938305f..ff7afee 100755 --- a/examples/hooks/post-merge +++ b/examples/hooks/post-merge @@ -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 -- cgit v1.2.1