From dae8fe647e7f10f8578a9bd6b64122df1b3f4e88 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 19 Mar 2013 17:42:18 +0100 Subject: [PATCH] Correction : vm_hosted : rule_git_configure : typo. --- vm_hosted | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_hosted b/vm_hosted index de2074e..8a6c8d2 100755 --- a/vm_hosted +++ b/vm_hosted @@ -41,7 +41,7 @@ rule_git_configure () { (refs/remotes/master) cd .. git --git-dir=\$PWD/.git checkout -f -B master remotes/master - git --git-dir=\$PWD/.git clean -f -d - + git --git-dir=\$PWD/.git clean -f -d -x ;; esac EOF -- 2.20.1