Skip to content

Commit 3c70cf5

Browse files
committed
Fixed syntax error for path to presenttion folder
1 parent bd16b27 commit 3c70cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

record-and-playback/presentation/scripts/publish/presentation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def processChatMessages
543543
puts $meeting_id
544544
puts $playback
545545
if ($playback == "slides")
546-
logger = Logger.new("/var/log/bigbluebutton/presenetation/publish-#{$meeting_id}.log", 'daily' )
546+
logger = Logger.new("/var/log/bigbluebutton/presentation/publish-#{$meeting_id}.log", 'daily' )
547547
BigBlueButton.logger = logger
548548
BigBlueButton.logger.info("RUNNING SLIDES_NEW.RB - Publishing #{$meeting_id}")
549549
# This script lives in scripts/archive/steps while properties.yaml lives in scripts/

0 commit comments

Comments
 (0)