docs: fix typo in error message
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2022-12-22 19:27:42 -08:00
parent 1a3a53cfc2
commit 9e39e1dc88
1 changed files with 1 additions and 1 deletions

View File

@ -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 {