forked from toolshed/abra
		
	fix: use correct error format
This commit is contained in:
		@ -104,7 +104,7 @@ func GetTagDigest(cl *client.Client, image reference.Named) (string, error) {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if token == "" {
 | 
			
		||||
		logrus.Fatal("unable to retrieve registry token?")
 | 
			
		||||
		return "", fmt.Errorf("unable to retrieve registry token?")
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	req.Header = http.Header{
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user