From 11656d7713b53f30841c5c302d9f1d44f23df439 Mon Sep 17 00:00:00 2001
From: luke bonham <dadasignificanulla@gmail.com>
Date: Wed, 29 Jan 2014 20:08:16 +0100
Subject: [PATCH] fixed typo in helpers.lua

---
 helpers.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers.lua b/helpers.lua
index 08aba0d..af6443f 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -61,7 +61,7 @@ end
 -- get first non empty line from a file,
 -- returns nil otherwise
 function helpers.first_nonempty_line(file)
-  for k,v in pairs(lines_from(file)) do
+  for k,v in pairs(helpers.lines_from(file)) do
     if #v then return v end 
   end
   return nil
-- 
2.39.5