config: Drop redundant "remote_" prefix
This commit is contained in:
@@ -17,7 +17,7 @@ pub enum RemoteType {
|
||||
pub struct Remote {
|
||||
pub name: String,
|
||||
pub url: String,
|
||||
#[serde(alias = "type")]
|
||||
#[serde(rename = "type")]
|
||||
pub remote_type: RemoteType,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user