Skip to content

Commit

Permalink
Load bigbluebutton.yml from current path
Browse files Browse the repository at this point in the history
  • Loading branch information
kepstin committed Nov 12, 2014
1 parent 98efa28 commit 30fdd13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require File.expand_path('../../lib/recordandplayback', __FILE__)
require 'nokogiri'
require 'trollop'

props = YAML::load(File.open('bigbluebutton.yml'))
props = YAML::load(File.open(File.expand_path('../bigbluebutton.yml', __FILE__)))
log_dir = props['log_dir']
raw_recording_dir = "#{props['recording_dir']}/raw"
published_dir = props['published_dir']
Expand Down

0 comments on commit 30fdd13

Please sign in to comment.