diff options
-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 |