summaryrefslogtreecommitdiff
path: root/pkg/server/hook/b64.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/server/hook/b64.go')
-rw-r--r--pkg/server/hook/b64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/server/hook/b64.go b/pkg/server/hook/b64.go
index c6637e5..d12d4c9 100644
--- a/pkg/server/hook/b64.go
+++ b/pkg/server/hook/b64.go
@@ -39,5 +39,5 @@ func (b64Pipe) Recv(rq, wq queue.Q) error {
}
func init() {
- registerPipe("b64", b64Pipe{})
+ registerPipe("b64", "base64 filter out/in", b64Pipe{})
}