@@ -120,7 +120,7 @@ |
||
| 120 | 120 | (new Process('git add -A', $this->sourcesRepository))->mustRun(); |
| 121 | 121 | (new Process(sprintf('git commit -am "Class sources v%d"', $key + 1), $this->sourcesRepository))->mustRun(); |
| 122 | 122 | $this->versions[$key] = trim((new Process('git rev-parse HEAD', $this->sourcesRepository))->mustRun() |
| 123 | - ->getOutput()); |
|
| 123 | + ->getOutput()); |
|
| 124 | 124 | } |
| 125 | 125 | } |
| 126 | 126 | |