forked from toolshed/abra
		
	docs: fix typo in error message
This commit is contained in:
		| @ -373,7 +373,7 @@ func createReleaseFromPreviousTag(tagString, mainAppVersion string, recipe recip | |||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	if lastGitTag.String() == tagString { | 	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 { | 	if !internal.NoInput { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user