Skip to content

Commit

Permalink
Merge pull request javan#257 from alexdean/master
Browse files Browse the repository at this point in the history
 initial cap deploy with whenever fails
  • Loading branch information
javan committed Oct 9, 2012
2 parents 42fc19f + 778a8c7 commit f391db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whenever/capistrano/recipes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
end
end

run "cd #{fetch :current_path} && #{fetch :whenever_command} #{fetch :whenever_update_flags}#{role_arg}", options
run "cd #{fetch :latest_release} && #{fetch :whenever_command} #{fetch :whenever_update_flags}#{role_arg}", options
end
end
end
Expand Down

0 comments on commit f391db7

Please sign in to comment.