Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed May 26, 2016
1 parent a2491c0 commit 9e8d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Artist/InstallRedcatphp.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class InstallRedcatphp extends Artist{
protected $args = [];
protected $opts = [];
protected function exec(){
if($this->recursiveCopy($this->cwd.'packages/redcatphp/redcatphp',$this->cwd)){
if($this->recursiveCopy(realpath(__DIR__.'/../../redcatphp'),$this->cwd)){
$this->output->writeln('redcatphp bootstrap installed');
}
else{
Expand Down

0 comments on commit 9e8d60c

Please sign in to comment.