summaryrefslogtreecommitdiffstats
path: root/postfix-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'postfix-logfile-html.lsp')
-rw-r--r--postfix-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix-logfile-html.lsp b/postfix-logfile-html.lsp
index aa12a16..e67975c 100644
--- a/postfix-logfile-html.lsp
+++ b/postfix-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="postfix"})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="postfix"})
end %>