s/sleep/sleepy/g

This commit is contained in:
Ryan Cavicchioni 2025-04-02 20:58:20 -05:00
parent a83fa30cd4
commit 2285def168
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

2
app.rb
View File

@ -168,7 +168,7 @@ class Sleep
include State include State
def initialize def initialize
@file = "/dev/shm/sleep" @file = "/dev/shm/sleepy"
end end
def asleep? def asleep?