Fix reference to File.cp since no longer using ftools

This commit is contained in:
Jonathan Rudenberg 2010-03-09 12:44:32 -05:00 committed by Mitchell Hashimoto
parent 6e0f171514
commit 68d709eab9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ error
end end
# Copy over the rootfile template into this directory # Copy over the rootfile template into this directory
File.copy(File.join(PROJECT_ROOT, "templates", Env::ROOTFILE_NAME), rootfile_path) FileUtils.cp(File.join(PROJECT_ROOT, "templates", Env::ROOTFILE_NAME), rootfile_path)
end end
# Bring up a vagrant instance. This handles everything from importing # Bring up a vagrant instance. This handles everything from importing