m 2 Reaktor: sed-plugin fix name

This commit is contained in:
makefu 2015-12-16 11:54:58 +01:00
parent 27746f9a3d
commit 5af1d1c7b1

View File

@ -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}"],