forked from toolshed/abra
		
	refactor: use ; trick for inline checking [ci skip]
This commit is contained in:
		@ -111,8 +111,7 @@ or a rollback of an app.
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if tagstring != "" {
 | 
			
		||||
			_, err := tagcmp.Parse(tagstring)
 | 
			
		||||
			if err != nil {
 | 
			
		||||
			if _, err := tagcmp.Parse(tagstring); err != nil {
 | 
			
		||||
				logrus.Fatal("invalid tag specified")
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user