Skip to content

Commit 8a3e56b

Browse files
committed
fix
1 parent 39efaca commit 8a3e56b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmd/soroban-cli/src/self_outdated_check.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ pub fn print_upgrade_prompt() {
7272
};
7373
}
7474
Err(e) => {
75-
print.warnln(format!("Failed to fetch stellar-cli info from crates.io: {}", e));
75+
print.warnln(format!(
76+
"Failed to fetch stellar-cli info from crates.io: {}",
77+
e
78+
));
7679
// Only update the latest check time if the fetch failed
7780
// This way we don't spam the user with errors
7881
stats.latest_check_time = now;

0 commit comments

Comments
 (0)