This commit is contained in:
parent
66f1d7dc5b
commit
0fe3ff8e14
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Optionally, editing the meta-data should change the times in all annexes.
|
|||
|
||||
#!/bin/sh
|
||||
git annex pre-commit .
|
||||
which metastore || echo "$0: metastore is not installed; exiting" ; exit 99
|
||||
which metastore || echo "$0: metastore is not installed; exiting"; exit 99
|
||||
metastore --save
|
||||
git add .metadata
|
||||
|
||||
|
|
Loading…
Reference in a new issue