diff --git a/cli/catalogue/catalogue.go b/cli/catalogue/catalogue.go index 8e65b5a9..3aad6054 100644 --- a/cli/catalogue/catalogue.go +++ b/cli/catalogue/catalogue.go @@ -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) }