summaryrefslogtreecommitdiffstats
path: root/hostname-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 00:30:16 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 00:30:16 +0000
commit323bd5e68f99926c9b18c63b0bafceb1958cfc4b (patch)
treeacf1c5515dfdb4a2eb136f6fbe4067d9a5c910eb /hostname-model.lua
parentda6f932420260b1733d152a73b9d86f26f1a29ba (diff)
downloadacf-alpine-baselayout-323bd5e68f99926c9b18c63b0bafceb1958cfc4b.tar.bz2
acf-alpine-baselayout-323bd5e68f99926c9b18c63b0bafceb1958cfc4b.tar.xz
Modified require statements for acf. libraries
Diffstat (limited to 'hostname-model.lua')
-rw-r--r--hostname-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname-model.lua b/hostname-model.lua
index debc7d9..6fafdc0 100644
--- a/hostname-model.lua
+++ b/hostname-model.lua
@@ -1,7 +1,7 @@
-- hostname model methods
module (..., package.seeall)
-require("fs")
+fs = require("acf.fs")
get = function (fqdn)
local f,n