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:
parent
8e644d3460
commit
d08ab7be9c
4 changed files with 30 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
PropertyMetadata = "rpm.metdata"
|
||||
PropertyMetadata = "rpm.metadata"
|
||||
|
||||
SettingKeyPrivate = "rpm.key.private"
|
||||
SettingKeyPublic = "rpm.key.public"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue