We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c93a5a commit cd14e83Copy full SHA for cd14e83
Git.php
@@ -387,7 +387,7 @@ public function clone_remote($source) {
387
* @return string
388
*/
389
public function clean($dirs = false, $force = false) {
390
- return $this->run("clean".(($force) ? "-f" : "").(($dirs) ? " -d" : ""));
+ return $this->run("clean".(($force) ? " -f" : "").(($dirs) ? " -d" : ""));
391
}
392
393
/**
0 commit comments