summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dnsmasq-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsmasq-logfile-html.lsp b/dnsmasq-logfile-html.lsp
index 8c0688c..771b9cd 100644
--- a/dnsmasq-logfile-html.lsp
+++ b/dnsmasq-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="dnsmasq"})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="dnsmasq"})
end %>