Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Corrected typo in Readme Net::SSH.start instead of Net::SSH.Start
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi4ever authored and jamis committed Oct 24, 2010
1 parent def7a17 commit 5a2399a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ One of the significant benefits you get from this library versus using Net::SSH

In a nutshell:

require 'net/ssh'
require 'net/ssh/shell'

Net::SSH::Start('host', 'user') do |ssh|
Net::SSH::start('host', 'user') do |ssh|
ssh.shell do |sh|
sh.execute "cd /usr/local"
sh.execute "pwd"
Expand Down

0 comments on commit 5a2399a

Please sign in to comment.