We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaad5c commit 3acabdcCopy full SHA for 3acabdc
1 file changed
crates/cli/src/upgrade_command.rs
@@ -17,6 +17,8 @@ use std::process::Command;
17
18
use anyhow::Context;
19
use anyhow::Result;
20
+#[cfg(unix)]
21
+use anyhow::bail;
22
23
#[cfg(unix)]
24
const INSTALL_SH_URL: &str = "https://raw.githubusercontent.com/7df-lab/devo/main/install.sh";
0 commit comments