From eecd5e3576866afc8091abe9b74352130fd8e6cc Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 8 Jan 2015 21:20:25 -0500 Subject: [PATCH] metaform: fix download_tar() (stylus not less) --- metaform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaform.php b/metaform.php index 5416b94..c20701c 100644 --- a/metaform.php +++ b/metaform.php @@ -600,7 +600,7 @@ function download_tar() { "INSTALL" => read_whole_file('code/wfpl/metaform/INSTALL'), ".htaccess" => make_htaccess(), "run.php" => " read_whole_file('code/wfpl/metaform/style.less'), + "styl.styl" => read_whole_file('code/wfpl/metaform/styl.styl'), "template.html" => read_whole_file('code/wfpl/metaform/site-template.html'), "$admin_name.html" => make_html(), "$admin_name.php" => make_php()); -- 1.7.10.4