Skip to content

Commit

Permalink
Merge pull request #635 from shoyan/fix-interpreted-as-argument-prefix
Browse files Browse the repository at this point in the history
Fix interpreted as argument prefix
  • Loading branch information
benlangfeld committed Jun 14, 2016
2 parents e838130 + 7e73db6 commit 9a6a1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whenever/capistrano/v3/tasks/whenever.rake
Expand Up @@ -7,7 +7,7 @@ namespace :whenever do
within release_path do
with rails_env: fetch(:whenever_environment) do
with fetch(:whenever_command_environment_variables) do
execute *args_for_host
execute(*args_for_host)
end
end
end
Expand Down

0 comments on commit 9a6a1ef

Please sign in to comment.