Skip to content

Commit ceb3ff5

Browse files
author
Aaron Gotwalt
committed
Fix broken logger call
1 parent aea17b0 commit ceb3ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ghosty/scheduler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def start
3333
if Ghosty::Settings.valid_hours.include?(Time.now.hour)
3434
trigger
3535
else
36-
logger.info 'Skipping - time is out of bounds'
36+
Ghosty::Logger.info 'Skipping - time is out of bounds'
3737
end
3838
end
3939
end

0 commit comments

Comments
 (0)