Skip to content

Commit

Permalink
Rakefile: Invoke folders just after invoking update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Nov 2, 2011
1 parent c982069 commit c904415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -34,4 +34,4 @@ task :update do
sh "git submodule update"
end

task :default => [:update, expand("~/.vimrc"), expand("~/.gvimrc")]
task :default => [:update, :folders, expand("~/.vimrc"), expand("~/.gvimrc")]

0 comments on commit c904415

Please sign in to comment.