Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 17, 2015
1 parent 657f780 commit f47aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drndump/command.rb
Expand Up @@ -118,7 +118,7 @@ def dumper_params

def dump
@dumper = DumpClient.new(dumper_params)
dump_options => {
dump_options = {
:backend => :coolio,
:loop => @loop,
}
Expand Down

0 comments on commit f47aedd

Please sign in to comment.