Skip to content

Commit a52b2b9

Browse files
Update plugins/updater/src/updater.rs
Co-authored-by: Fabian-Lars <[email protected]>
1 parent 0c382a4 commit a52b2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/updater/src/updater.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ pub struct Update {
590590
/// The `{{target}}` variable we replace in the endpoint and search for in the JSON,
591591
/// this is either the user provided target or the current operating system by default
592592
pub target: String,
593-
/// Current installer
593+
/// Current installer type
594594
pub installer: Option<Installer>,
595595
/// Download URL announced
596596
pub download_url: Url,

0 commit comments

Comments
 (0)