mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	fix infinite recursion
Signed-off-by: Felipe Oliveira <felipeweb.programador@gmail.com>
This commit is contained in:
		
							parent
							
								
									6c447f552c
								
							
						
					
					
						commit
						271b1f2756
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -249,7 +249,7 @@ type PingResponseError struct {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
func (err PingResponseError) Error() string {
 | 
			
		||||
	return err.Error()
 | 
			
		||||
	return err.Err.Error()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// PingV2Registry attempts to ping a v2 registry and on success return a
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue