From 670aa2f9895ed9aeb4fac94526af65d0f79f465e Mon Sep 17 00:00:00 2001 From: Sean Tan Date: Wed, 18 Aug 2021 16:00:31 -0700 Subject: [PATCH] Remove random file change Signed-off-by: Sean Tan --- .../software-templates/migrating-from-v1alpha1-to-v1beta2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md b/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md index 28001cce0b..25ff2a2f3a 100644 --- a/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md +++ b/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md @@ -325,7 +325,7 @@ spec: output: links: - url: '{{steps.publish.output.remoteUrl}}' - title: 'Go to Repo' + text: 'Go to Repo' ``` ## Questions?