Skip to content

Commit

Permalink
remove call to non-extant strategy variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Dec 9, 2017
1 parent 1eb1943 commit 036d7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/ssh_doctor.rake
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ namespace :ssh do
hosts = []
on release_roles :all do
with fetch(:git_environmental_variables) do
hosts << host unless strategy.check
hosts << host
end
end
report.report_error_for('remote_repo_access', hosts) if hosts.any?
Expand Down

0 comments on commit 036d7e3

Please sign in to comment.