summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-05-22 23:47:52 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-05-22 23:47:52 +1000
commitdad4569dd715e4cd6176329503e8502768bca47b (patch)
tree47d038119198ad990f08b882659e4c2012dffd8e /Rakefile
parent365cb8ef85e0929c3a5ed4f7f300191accb5fb51 (diff)
downloadfacter-dad4569dd715e4cd6176329503e8502768bca47b.tar.gz
facter-dad4569dd715e4cd6176329503e8502768bca47b.tar.xz
facter-dad4569dd715e4cd6176329503e8502768bca47b.zip
Added path to Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 132b1a8..fd8306c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,7 @@
# Rakefile for facter
+$: << File.expand_path('lib')
+
require './lib/facter.rb'
require 'rake'
require 'rake/packagetask'