Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Darby committed Jul 13, 2015
1 parent e87d7c4 commit 1fc77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/rackspace_server_create.rb
Expand Up @@ -276,7 +276,7 @@ def load_winrm_deps
def tcp_test_ssh(server, bootstrap_ip)
return true unless config[:tcp_test_ssh] != nil

limit = config[:knife][:retry_ssh_limit]
limit = Chef::Config[:knife][:retry_ssh_limit]
count = 0

begin
Expand Down

0 comments on commit 1fc77c4

Please sign in to comment.