Skip to content

Commit cd14e83

Browse files
James DiGioiaJames DiGioia
authored andcommitted
Forgot a space :(
1 parent 1c93a5a commit cd14e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Git.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public function clone_remote($source) {
387387
* @return string
388388
*/
389389
public function clean($dirs = false, $force = false) {
390-
return $this->run("clean".(($force) ? "-f" : "").(($dirs) ? " -d" : ""));
390+
return $this->run("clean".(($force) ? " -f" : "").(($dirs) ? " -d" : ""));
391391
}
392392

393393
/**

0 commit comments

Comments
 (0)