diff options
author | Adam Spragg <adam@spra.gg> | 2022-05-24 10:00:11 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-05-24 10:12:33 +0100 |
commit | dfb72c27037915262f6dcbd1d0017cf4136316da (patch) | |
tree | 76f65b3a3386745b05a3f083982fd269fd441d40 /examples/hooks/post-checkout | |
parent | 8a77b1abdbee3566eb550855f2162dec3126adc8 (diff) |
Use format 1 without mtime in the example hooks
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 |