We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c382a4 commit a52b2b9Copy full SHA for a52b2b9
plugins/updater/src/updater.rs
@@ -590,7 +590,7 @@ pub struct Update {
590
/// The `{{target}}` variable we replace in the endpoint and search for in the JSON,
591
/// this is either the user provided target or the current operating system by default
592
pub target: String,
593
- /// Current installer
+ /// Current installer type
594
pub installer: Option<Installer>,
595
/// Download URL announced
596
pub download_url: Url,
0 commit comments