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

Commit

Permalink
Fix a typo in ssh_gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Jul 28, 2012
1 parent 60ed497 commit bb7c05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/lib/chef/knife/ssh.rb
Expand Up @@ -79,7 +79,7 @@ class Ssh < Knife
:short => "-G GATEWAY",
:long => "--ssh-gateway GATEWAY",
:description => "The ssh gateway",
:proc => Proc.new { |key| Chef::Config[:knife][:ssh_gatewa] = key }
:proc => Proc.new { |key| Chef::Config[:knife][:ssh_gateway] = key }

option :identity_file,
:short => "-i IDENTITY_FILE",
Expand Down

0 comments on commit bb7c05f

Please sign in to comment.