summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-17 17:59:20 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-17 17:59:20 +0000
commit9cda8a61505a5f0bd22eddbe3831049734c8f7c3 (patch)
tree569c4c110880ba653e54d7523650d4d43e4966e4
parentb10603beaf4a2a2afd60fd16823ab2792e8e0dc2 (diff)
downloadacf-gross-9cda8a61505a5f0bd22eddbe3831049734c8f7c3.tar.bz2
acf-gross-9cda8a61505a5f0bd22eddbe3831049734c8f7c3.tar.xz
Fix logfile to pass filename to alpine-baselayout/logfiles/view
-rw-r--r--gross-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gross-logfile-html.lsp b/gross-logfile-html.lsp
index 3972075..24cad72 100644
--- a/gross-logfile-html.lsp
+++ b/gross-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="gross"})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="gross"})
end %>