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
|
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
|
||||||
|
|
Loading…
Reference in New Issue