fix: correct url for commit [ci skip]
This commit is contained in:
parent
625747d048
commit
30209de3e2
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user