diff options
author | makefu <github@syntax-fehler.de> | 2015-12-16 11:54:58 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-16 11:54:58 +0100 |
commit | 5af1d1c7b14c08ba1c0198cc9771c452218670b0 (patch) | |
tree | a41607c568836f3c8a38347c3009aa7d26c3c8e0 /makefu/2configs/Reaktor | |
parent | 27746f9a3dffe6adde137d300e498249843174d9 (diff) |
m 2 Reaktor: sed-plugin fix name
Diffstat (limited to 'makefu/2configs/Reaktor')
-rw-r--r-- | makefu/2configs/Reaktor/sed-plugin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/Reaktor/sed-plugin.nix b/makefu/2configs/Reaktor/sed-plugin.nix index 1ec977116..a451e0d3e 100644 --- a/makefu/2configs/Reaktor/sed-plugin.nix +++ b/makefu/2configs/Reaktor/sed-plugin.nix @@ -7,7 +7,7 @@ in { #TODO: this will eat up the last regex, fix Reaktor krebs.Reaktor.extraConfig = '' public_commands.append({ - 'capname' : "shack-correct", + 'capname' : "sed-plugin", # only support s///gi 'pattern' : '^(?P<args>.*)$$', 'argv' : ["${pkgs.python3}/bin/python3","${script}"], |