From 7e30ded787756462d8175c5c7f3a95fc662cfb1c Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 03:52:55 -0400 Subject: [PATCH] whoops the command said rhythmbox which is totally not the inspiration for the name of this project --- rhythmblock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhythmblock.lua b/rhythmblock.lua index 3723b54..f0305a3 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -31,7 +31,7 @@ if arg[1] == nil then end if driveCount > 1 then term.setTextColor(colors.red) - print("Too many disk drives. Specify where the desired disk drive is by running 'rhythmbox [drive position]'") -- For safety reasons + print("Too many disk drives. Specify where the desired disk drive is by running 'rhythmblock [drive position]'") -- For safety reasons return false elseif driveCount == 0 then term.setTextColor(colors.red)