@@ -28,7 +28,7 @@ |
||
| 28 | 28 | |
| 29 | 29 | if($this->copyFile($from, $to)) { |
| 30 | 30 | $this->info($shortFrom . ' has succesfully been copied to ' . $this->shortPath($to)); |
| 31 | - }else{ |
|
| 31 | + } else{ |
|
| 32 | 32 | $this->warn($shortFrom . ' could not be copied. To try and force use the --f option.'); |
| 33 | 33 | } |
| 34 | 34 | } |