[Fix #311] zsh/presto gets "modified" after clean install

This commit is contained in:
Nanda Lopes 2013-06-06 20:09:18 -03:00
parent 6f3b65a350
commit 8d478394b4

View File

@ -62,7 +62,7 @@ task :submodules do
run %{
cd $HOME/.yadr
git submodule foreach 'git fetch origin; git checkout master; git reset --hard origin/master; git submodule update --recursive; git clean -df'
git submodule update --recursive
git clean -df
}
puts