diff --git a/app.rb b/app.rb index e5851aa..0e3cd5a 100644 --- a/app.rb +++ b/app.rb @@ -168,7 +168,7 @@ class Sleep include State def initialize - @file = "/dev/shm/sleep" + @file = "/dev/shm/sleepy" end def asleep?