From ed4531b7de0a2a3fc43b48cb4d8175fbc11dd8cc Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 03:41:10 -0400 Subject: [PATCH] quoted disk drive fix --- rhythmblock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhythmblock.lua b/rhythmblock.lua index 13543c8..128dd31 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -29,7 +29,7 @@ if arg[1] == nil then end end if driveCount > 1 then - print("Too many disk drives. Specify where the disk drive is by running rhythmbox [drive position]") -- For safety reasons + print("Too many disk drives. Specify where the disk drive is by running 'rhythmbox [drive position]'") -- For safety reasons return false end end