diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-01-19 21:42:33 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-01-19 21:42:33 +0100 |
commit | 78dd3ed81cbd8fda73f7d68c24679d7539af2ab8 (patch) | |
tree | 4a072d6c5d14b9ab93636703db0dea15ccf913e1 /examples | |
parent | bcbb05f7ce81748cf182f8a1d045cca57c9c382e (diff) |
examples/git-metapull: Apply stored metadata with -e -E options.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/git-metapull | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/git-metapull b/examples/git-metapull index a81c2ba..98def18 100644 --- a/examples/git-metapull +++ b/examples/git-metapull @@ -42,6 +42,6 @@ if [ "$REPLY" != "y" ]; then fi exit_on_fail \ - metastore -a $MSFLAGS -f "$MSFILE" + metastore -a $MSFLAGS -e -E -f "$MSFILE" exit 0 |