diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 00:30:16 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 00:30:16 +0000 |
commit | 323bd5e68f99926c9b18c63b0bafceb1958cfc4b (patch) | |
tree | acf1c5515dfdb4a2eb136f6fbe4067d9a5c910eb /hostname-model.lua | |
parent | da6f932420260b1733d152a73b9d86f26f1a29ba (diff) | |
download | acf-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.lua | 2 |
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 |