Skip to content

Commit

Permalink
fix host
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Maland committed Jan 21, 2010
1 parent a1ff93b commit 9c57113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_basic.rb
Expand Up @@ -2,7 +2,7 @@
require 'rubygems'
require 'zookeeper_client'

z = ZooKeeper.new("sjc1k029:2181")
z = ZooKeeper.new("localhost:2181")

puts "root: #{z.ls("/").inspect}"

Expand Down

0 comments on commit 9c57113

Please sign in to comment.