Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin Naren <[email protected]>
  • Loading branch information
arihant2math committed Dec 1, 2023
1 parent 707e561 commit 5769669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/updater/src/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ fn update_web_resource(
}

/// Updates all the web resources, run on a separate thread as there is no return value
/// :param dev: gets passed `update_web_resource`, if true `update_web_resource` will print the hashes if they don't match
/// # Arguments
/// * `dev` gets passed `update_web_resource`, if true `update_web_resource` will print the hashes if they don't match
pub fn update_web_resources(server: String, quiet: Option<bool>) -> crate::Result<()> {
debug!("updating web resources");
let real_quiet = quiet.unwrap_or(false);
Expand Down

0 comments on commit 5769669

Please sign in to comment.