From 9e39e1dc883fd4a7a8106b77150dcbd98a3d2533 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 22 Dec 2022 19:27:42 -0800 Subject: [PATCH] docs: fix typo in error message --- cli/recipe/release.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/recipe/release.go b/cli/recipe/release.go index 3dd25119..40691480 100644 --- a/cli/recipe/release.go +++ b/cli/recipe/release.go @@ -373,7 +373,7 @@ func createReleaseFromPreviousTag(tagString, mainAppVersion string, recipe recip } if lastGitTag.String() == tagString { - logrus.Fatalf("latest git tag (%s) and synced lable (%s) are the same?", lastGitTag, tagString) + logrus.Fatalf("latest git tag (%s) and synced label (%s) are the same?", lastGitTag, tagString) } if !internal.NoInput {