forked from toolshed/abra
		
	fix: correct url for commit [ci skip]
This commit is contained in:
		@ -238,7 +238,7 @@ keys configured on your account.
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if !internal.Dry && internal.Publish {
 | 
			
		||||
			url := fmt.Sprintf("%s/recipes/commits/%s", config.REPOS_BASE_URL, head.Hash())
 | 
			
		||||
			url := fmt.Sprintf("%s/recipes/commit/%s", config.REPOS_BASE_URL, head.Hash())
 | 
			
		||||
			logrus.Infof("new changes published: %s", url)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user