diff --git a/Rakefile b/Rakefile index ee9bd47..7298386 100644 --- a/Rakefile +++ b/Rakefile @@ -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