We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ebdd commit 0b21978Copy full SHA for 0b21978
1 file changed
devolutions-agent/src/updater/mod.rs
@@ -49,7 +49,7 @@ async fn load_productinfo_source(conf: &ConfHandle) -> Result<String, UpdaterErr
49
50
if source.starts_with("file://") {
51
info!(%source, "Loading productinfo from file path");
52
- // Use download_utf8 which now handles file:// URLs correctly
+ // Use download_utf8 which handles file:// URLs.
53
download_utf8(source).await.map_err(|e| {
54
error!(%source, error = ?e, "Failed to load productinfo from file path");
55
e
0 commit comments