@@ -211,7 +211,7 @@ |
||
211 | 211 | { |
212 | 212 | // Get a list of changed files (not including deleted files) |
213 | 213 | $output = shell_exec( |
214 | - 'git diff ' . $this->baseBranch . ' ' . $this->currentBranch. ' --name-only --diff-filter=d' |
|
214 | + 'git diff ' . $this->baseBranch . ' ' . $this->currentBranch . ' --name-only --diff-filter=d' |
|
215 | 215 | ); |
216 | 216 | |
217 | 217 | // Convert files into an array |