summaryrefslogtreecommitdiffstats
path: root/dovecot-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dovecot-logfile-html.lsp')
-rw-r--r--dovecot-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovecot-logfile-html.lsp b/dovecot-logfile-html.lsp
index c8f048c..53a76ce 100644
--- a/dovecot-logfile-html.lsp
+++ b/dovecot-logfile-html.lsp
@@ -2,5 +2,5 @@
%>
<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="dovecot"})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="dovecot"})
end %>