Reaktor plugins: fix wiki-todo-show
This commit is contained in:
parent
de93609ea2
commit
15ca4d1d1f
@ -144,7 +144,8 @@ rec {
|
||||
'';
|
||||
};
|
||||
wiki-todo-show = buildSimpleReaktorPlugin "wiki-todo" {
|
||||
script = pkgs.writeDash "wiki-todo-add" ''
|
||||
pattern = "^wiki-show$";
|
||||
script = pkgs.writeDash "wiki-show" ''
|
||||
${pkgs.coreutils}/bin/cat wiki-todo
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user