From: Julien Moutinho Date: Tue, 19 Mar 2013 16:42:18 +0000 (+0100) Subject: Correction : vm_hosted : rule_git_configure : typo. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=dae8fe647e7f10f8578a9bd6b64122df1b3f4e88 Correction : vm_hosted : rule_git_configure : typo. --- 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