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 {