bin/disorder-notify: Insert missing space.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 22 Jun 2020 14:51:48 +0000 (15:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 4 Aug 2020 09:49:13 +0000 (10:49 +0100)
bin/disorder-notify

index 78c3e8e..f5b6468 100755 (executable)
@@ -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;