|  | @@ -80,7 +80,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 80 | 80 |              return; | 
                                                                                                            
                                                            | 81 | 81 |          } | 
                                                                                                            
                                                            | 82 | 82 |   | 
                                                                                                            
                                                            | 83 |  | -        $o = $this->repository->run('ls-tree', [$this->__toString(),'--format=%(objectmode) %(objecttype) %(objectname) %(path)']); | 
                                                                                                            
                                                            |  | 83 | +        $o = $this->repository->run('ls-tree', [$this->__toString(), '--format=%(objectmode) %(objecttype) %(objectname) %(path)']); | 
                                                                                                            
                                                            | 84 | 84 |   | 
                                                                                                            
                                                            | 85 | 85 |          if (empty($o) || 0 !== $this->repository->getExitCode()) { | 
                                                                                                            
                                                            | 86 | 86 |              throw new \RuntimeException(\sprintf('Failed to get tree data for "%s"', $this->__toString())); | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.