Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent 3cd6e26 commit 268b18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-join
Expand Up @@ -75,7 +75,7 @@ source_catalog = JSON.parse(catalog_path.read)
generator = Droonga::CatalogGenerator.new
dataset_params = generator.catalog_to_params(source_catalog)
dataset_params.each do |name, dataset|
next unless dataset[:hosts].include?(options.replic_source_host)
next unless dataset[:hosts].include?(options.replica_source_host)

options.dataset = name
options.tag = dataset[:tag]
Expand Down

0 comments on commit 268b18a

Please sign in to comment.