fix: working url
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-12-28 03:42:02 +01:00
parent 8785f66391
commit 047d0e6fbc
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ keys configured on your account.
if internal.Dry {
logrus.Info("dry run: no changes published")
} else {
url := fmt.Sprintf("%s/recipes/%s", config.REPOS_BASE_URL, head.Hash())
url := fmt.Sprintf("%s/recipes/commits/%s", config.REPOS_BASE_URL, head.Hash())
logrus.Infof("new changes published: %s", url)
}