nzrd/model: output ssh-key api_model correct-like
This commit is contained in:
parent
f9adaddbb5
commit
a54204a1ee
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ impl SshPubkey {
|
||||||
nzr_api::model::SshPubkey {
|
nzr_api::model::SshPubkey {
|
||||||
id: Some(self.id),
|
id: Some(self.id),
|
||||||
algorithm: self.algorithm.clone(),
|
algorithm: self.algorithm.clone(),
|
||||||
key_data: self.algorithm.clone(),
|
key_data: self.key_data.clone(),
|
||||||
comment: self.comment.clone(),
|
comment: self.comment.clone(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue