Skip to content

Commit

Permalink
ficed typo in task_caller missing @
Browse files Browse the repository at this point in the history
  • Loading branch information
Missy authored and Missy committed May 2, 2013
1 parent 4c982cd commit 2d08582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squirrel/squirrel.rb
Expand Up @@ -79,7 +79,7 @@ def task_caller
when :warmer
determine_warmer_action(@options)
when :replay
Replay.new(@options[:execute_slow_queries], @options[:host], @options[:port], options[:preference]).run
Replay.new(@options[:execute_slow_queries], @options[:host], @options[:port], @options[:preference]).run
when :cache
determine_cache_clear(@options)
when :index_settings
Expand Down

0 comments on commit 2d08582

Please sign in to comment.