Fix rcopy reference

This commit is contained in:
Andy Miller
2015-02-16 14:45:21 -07:00
parent 26b0b02de2
commit 690bb8a8be

View File

@@ -269,7 +269,7 @@ class SandboxCommand extends Command
if (count($pages_files) == 0) {
$destination = $this->source . '/user/pages';
$this->rcopy($destination, $pages_dir);
Utils::rcopy($destination, $pages_dir);
$this->output->writeln(' <cyan>' . $destination . '</cyan> <comment>-></comment> Created');
}