@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function run(SourceExe $source, Target $target, Result $result) |
| 34 | 34 | { |
| 35 | - $action = $this->isSimulation() ? 'simulate' : 'backup'; |
|
| 35 | + $action = $this->isSimulation() ? 'simulate' : 'backup'; |
|
| 36 | 36 | $this->{$action}($source, $target, $result); |
| 37 | 37 | } |
| 38 | 38 | |