From 9cda8a61505a5f0bd22eddbe3831049734c8f7c3 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Oct 2013 17:59:20 +0000 Subject: Fix logfile to pass filename to alpine-baselayout/logfiles/view --- gross-logfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gross-logfile-html.lsp') 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 %> -- cgit v1.2.3