aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/harvest.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-11-11 00:08:04 -0500
committerRalph Amissah <ralph@amissah.com>2011-11-11 00:08:04 -0500
commitd17e7245922a9bdc9233ccfa0137dfdab5747356 (patch)
tree27c1c6e3866fe69af3de653bc1656b5be5740827 /lib/sisu/v3/harvest.rb
parentv3: 3.1.4 version & changelog "opened" (diff)
v3: FileUtils, make explicit calls (more verbose, easier to find)
Diffstat (limited to 'lib/sisu/v3/harvest.rb')
-rw-r--r--lib/sisu/v3/harvest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3/harvest.rb b/lib/sisu/v3/harvest.rb
index 47380c2e..ce8880f0 100644
--- a/lib/sisu/v3/harvest.rb
+++ b/lib/sisu/v3/harvest.rb
@@ -72,7 +72,7 @@ module SiSU_Harvest
end
def read
harvest_pth="#{@env.path.webserv}/#{@opt.base_stub}"
- mkdir_p(harvest_pth) unless FileTest.directory?(harvest_pth)
+ FileUtils::mkdir_p(harvest_pth) unless FileTest.directory?(harvest_pth)
cases(@opt,@env)
end
def help