chiark / gitweb /
bin/disorder-notify: Insert missing space.
[profile] / bin / disorder-notify
index 78c3e8ede008f42b2dde9b81735c0a90c5aea6f0..f5b646886229ff0f749c71a5760d795b9298c68e 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;