Skip to content

Commit 0b21978

Browse files
authored
Update mod.rs
1 parent a61ebdd commit 0b21978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • devolutions-agent/src/updater

devolutions-agent/src/updater/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async fn load_productinfo_source(conf: &ConfHandle) -> Result<String, UpdaterErr
4949

5050
if source.starts_with("file://") {
5151
info!(%source, "Loading productinfo from file path");
52-
// Use download_utf8 which now handles file:// URLs correctly
52+
// Use download_utf8 which handles file:// URLs.
5353
download_utf8(source).await.map_err(|e| {
5454
error!(%source, error = ?e, "Failed to load productinfo from file path");
5555
e

0 commit comments

Comments
 (0)