Skip to content

Commit

Permalink
added missing end qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ronniedada committed Aug 27, 2013
1 parent bcc81d2 commit 0ca4f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookbooks/couchbase/recipes/setup-2.1.1.rb
Expand Up @@ -176,11 +176,12 @@
" -c localhost:8091")
begin
execute "rebalance cluster" do
commmand("/opt/couchbase/bin/couchbase-cli rebalance" +
ommmand("/opt/couchbase/bin/couchbase-cli rebalance" +
" -u #{node[:db_couchbase][:cluster][:username]}" +
" -p #{node[:db_couchbase][:cluster][:username]}" +
" -c localhost:8091")
action :run
end
rescue Exception => e
log e
end
Expand Down

0 comments on commit 0ca4f7c

Please sign in to comment.