Skip to content

Commit

Permalink
Remove needless Array
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 5, 2014
1 parent ff3ccb0 commit f79135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/catalog/version2.rb
Expand Up @@ -47,7 +47,7 @@ def slices(node)
name = volume_address.name
migrate_database_location(device, name)

path = File.join([device, Path.databases.basename.to_s, name, "db"])
path = File.join(device, Path.databases.basename.to_s, name, "db")
path = Pathname(path).expand_path(base_path)
options = {
:dataset => dataset_name,
Expand Down

0 comments on commit f79135f

Please sign in to comment.