Skip to content

Commit

Permalink
Merge pull request #47 from koenpunt/release_path
Browse files Browse the repository at this point in the history
use release_path method
  • Loading branch information
will-in-wi authored Jan 5, 2018
2 parents 9dbe4ee + c962155 commit 876298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/composer.rake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace :load do
task :defaults do
set :composer_install_flags, '--no-dev --prefer-dist --no-interaction --quiet --optimize-autoloader'
set :composer_roles, :all
set :composer_working_dir, -> { fetch(:release_path) }
set :composer_working_dir, -> { release_path }
set :composer_dump_autoload_flags, '--optimize'
set :composer_download_url, "https://getcomposer.org/installer"
end
Expand Down

0 comments on commit 876298a

Please sign in to comment.