Fix reference to File.cp since no longer using ftools
This commit is contained in:
parent
6e0f171514
commit
68d709eab9
|
@ -21,7 +21,7 @@ error
|
|||
end
|
||||
|
||||
# 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
|
||||
|
||||
# Bring up a vagrant instance. This handles everything from importing
|
||||
|
|
Loading…
Reference in New Issue