move data under data

This commit is contained in:
David Dollar
2010-10-15 15:53:27 -07:00
parent 8446528f5a
commit 52edb7fd28
9 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
tick
tick
./never_die:6:in `sleep': Interrupt
from ./never_die:6

View File

@@ -9,5 +9,4 @@ Parka::Specification.new do |gem|
gem.executables = "foreman"
gem.files << "man/foreman.1"
gem.files << Dir["export/**/*"]
end

View File

@@ -24,7 +24,7 @@ private ######################################################################
end
def export_template(name)
File.read(File.expand_path("../../../../export/#{name}", __FILE__))
File.read(File.expand_path("../../../../data/export/#{name}", __FILE__))
end
def write_file(filename, contents)