Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Mar 21, 2014
1 parent f5fe391 commit 8a7cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/movie_stone/configurator.rb
Expand Up @@ -11,7 +11,7 @@ def load_config
if File.exist?(@config_file)
@config = YAML.load_file(@config_file)
else
@config = YAML.load_file(File.expand_path('../examples/movie_stone.rc.yml', __FILE__))
@config = YAML.load_file(File.expand_path('../../../examples/movie_stone.rc.yml', __FILE__))
write_config(@config)
end

Expand Down

0 comments on commit 8a7cde0

Please sign in to comment.