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 72dcb66 commit 569adeaCopy full SHA for 569adea
crates/q_cli/src/cli/mod.rs
@@ -565,6 +565,7 @@ fn qchat_path() -> Result<PathBuf> {
565
566
#[cfg(target_os = "macos")]
567
fn qchat_path() -> Result<PathBuf> {
568
+ use fig_util::consts::CHAT_BINARY_NAME;
569
use macos_utils::bundle::get_bundle_path_for_executable;
570
571
Ok(get_bundle_path_for_executable(CHAT_BINARY_NAME).unwrap_or(home_local_bin()?.join(CHAT_BINARY_NAME)))
0 commit comments