mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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:
@@ -27,7 +27,7 @@ const (
|
||||
PropertyName = "conda.name"
|
||||
PropertyChannel = "conda.channel"
|
||||
PropertySubdir = "conda.subdir"
|
||||
PropertyMetadata = "conda.metdata"
|
||||
PropertyMetadata = "conda.metadata"
|
||||
)
|
||||
|
||||
// Package represents a Conda package
|
||||
|
Reference in New Issue
Block a user