mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix typo in metadata (#26207)
https://github.com/go-gitea/gitea/pull/26194#discussion_r1277094525 There is no need to backport because these names are just used internal.
This commit is contained in:
		| @@ -15,7 +15,7 @@ import ( | ||||
| ) | ||||
|  | ||||
| const ( | ||||
| 	PropertyMetadata = "rpm.metdata" | ||||
| 	PropertyMetadata = "rpm.metadata" | ||||
|  | ||||
| 	SettingKeyPrivate = "rpm.key.private" | ||||
| 	SettingKeyPublic  = "rpm.key.public" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user