mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Do not attempt to return blob on submodule (#6996)
This commit is contained in:
		| @@ -60,7 +60,7 @@ func (t *Tree) GetBlobByPath(relpath string) (*Blob, error) { | |||||||
| 		return nil, err | 		return nil, err | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	if !entry.IsDir() { | 	if !entry.IsDir() && !entry.IsSubModule() { | ||||||
| 		return entry.Blob(), nil | 		return entry.Blob(), nil | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 zeripath
					zeripath