Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
behe committed Sep 30, 2014
1 parent 127308f commit 2a8e97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/puma.cap
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace :load do
set :puma_error_log, -> { File.join(shared_path, 'log', 'puma_error.log') }
set :puma_init_active_record, false
set :puma_preload_app, true
set :puma_prune_bundler, false
set :puma_prune_bundler, false

# Rbenv and RVM integration
set :rbenv_map_bins, fetch(:rbenv_map_bins).to_a.concat(%w{ puma pumactl })
Expand Down

0 comments on commit 2a8e97d

Please # to comment.