chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578deb0
)
bin/disorder-notify: Insert missing space.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 22 Jun 2020 14:51:48 +0000
(15:51 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Aug 2020 09:49:13 +0000
(10:49 +0100)
bin/disorder-notify
patch
|
blob
|
blame
|
history
diff --git
a/bin/disorder-notify
b/bin/disorder-notify
index 78c3e8ede008f42b2dde9b81735c0a90c5aea6f0..f5b646886229ff0f749c71a5760d795b9298c68e 100755
(executable)
--- 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;