From 969abb5ae007e41317caca47aca184ed0bdff31b Mon Sep 17 00:00:00 2001 Message-Id: <969abb5ae007e41317caca47aca184ed0bdff31b.1726820522.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 22 Jun 2020 15:51:48 +0100 Subject: [PATCH] bin/disorder-notify: Insert missing space. Organization: Straylight/Edgeware From: Mark Wooding --- bin/disorder-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/disorder-notify b/bin/disorder-notify index 78c3e8e..f5b6468 100755 --- a/bin/disorder-notify +++ b/bin/disorder-notify @@ -292,7 +292,7 @@ $OP{"scratch"} = sub { $OP{"enable/disable"} = sub { my $st = get_state; - my $sk =configured_connection; + my $sk = configured_connection; if ($st->{play}) { send_command $sk, "disable"; } else { send_command $sk, "enable"; } close $sk; -- [mdw]