Skip to content

Commit 0c382a4

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

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
@@ -587,7 +587,7 @@ pub struct Update {
587587
pub version: String,
588588
/// Update publish date
589589
pub date: Option<OffsetDateTime>,
590-
/// The `{{target}}` variable we replace in the endpoint and serach for in the JSON,
590+
/// 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,
593593
/// Current installer

0 commit comments

Comments
 (0)