forked from toolshed/abra
		
	refactor(recipe): move Tags method to new struct
This commit is contained in:
		@ -97,7 +97,7 @@ your SSH keys configured on your account.
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		tags, err := recipe.Tags()
 | 
			
		||||
		tags, err := r.Tags()
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			log.Fatal(err)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
@ -59,7 +59,7 @@ local file system.
 | 
			
		||||
 | 
			
		||||
		mainAppVersion := imagesTmp[mainApp]
 | 
			
		||||
 | 
			
		||||
		tags, err := recipe.Tags()
 | 
			
		||||
		tags, err := r.Tags()
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			log.Fatal(err)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user