repos: Fix typo in repo type error message
Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		@@ -128,7 +128,7 @@ class Repo:
 | 
				
			|||||||
        if typ == 'hg':
 | 
					        if typ == 'hg':
 | 
				
			||||||
            return MercurialRepo(url, path, refspec, layers, patches,
 | 
					            return MercurialRepo(url, path, refspec, layers, patches,
 | 
				
			||||||
                                 disable_operations)
 | 
					                                 disable_operations)
 | 
				
			||||||
        raise NotImplementedError('Repo typ "%s" not supported.' % typ)
 | 
					        raise NotImplementedError('Repo typo "%s" not supported.' % typ)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @staticmethod
 | 
					    @staticmethod
 | 
				
			||||||
    def get_root_path(path, fallback=True):
 | 
					    def get_root_path(path, fallback=True):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user