Skip to content

Commit

Permalink
remove references to hydra in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrayford committed Apr 22, 2013
1 parent 9d27bc1 commit 668c7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -340,7 +340,7 @@ the full interface:

```ruby
task :console do
Hydra::Interface.shutdown false
Salticid::Interface.shutdown false

if tunnel
tunnel.open(name, 22) do |port|
Expand All @@ -352,7 +352,7 @@ task :console do
end
```

Now `hydra -h my.host.com console` will drop you into an SSH console on that
Now `salticid -h my.host.com console` will drop you into an SSH console on that
node.

History
Expand Down

0 comments on commit 668c7f5

Please sign in to comment.