From 78dd3ed81cbd8fda73f7d68c24679d7539af2ab8 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Tue, 19 Jan 2016 21:42:33 +0100 Subject: [PATCH] examples/git-metapull: Apply stored metadata with -e -E options. --- examples/git-metapull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT