Navigation Menu

Skip to content

Commit

Permalink
Expand path
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent 417333c commit 1adadac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-catalog-modify
Expand Up @@ -82,7 +82,7 @@ def load_source(path)
if path == "-"
source = $stdin.read
else
source_path = Pathname(path)
source_path = Pathname(path).expand_path
source = source_path.read
end
catalog = JSON.parse(source)
Expand Down

0 comments on commit 1adadac

Please sign in to comment.