lib/recipes/install.rb in capigen-0.1.3 vs lib/recipes/install.rb in capigen-0.1.4

- old
+ new

@@ -3,10 +3,10 @@ task :default do # Choose profile, and load capistrano settings fetch(:profile) # These run after install task and install all the apps - install_tasks.each do |task_name| + recipes.each do |task_name| after "install", task_name end end end \ No newline at end of file