diff --git a/lib/eye/patch/capistrano3.rb b/lib/eye/patch/capistrano3.rb index 5b0f2da..fd253a1 100644 --- a/lib/eye/patch/capistrano3.rb +++ b/lib/eye/patch/capistrano3.rb @@ -7,6 +7,7 @@ set :eye_roles, -> { :app } set :eye_env, -> { {} } + set :asdf_map_ruby_bins, fetch(:asdf_map_ruby_bins, []).push(fetch(:eye_bin)) set :chruby_map_bins, fetch(:chruby_map_bins, []).push(fetch(:eye_bin)) set :rvm_map_bins, fetch(:rvm_map_bins, []).push(fetch(:eye_bin)) set :rbenv_map_bins, fetch(:rbenv_map_bins, []).push(fetch(:eye_bin))