Skip to content

Commit 569adea

Browse files
committed
fix macos
1 parent 72dcb66 commit 569adea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/q_cli/src/cli/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ fn qchat_path() -> Result<PathBuf> {
565565

566566
#[cfg(target_os = "macos")]
567567
fn qchat_path() -> Result<PathBuf> {
568+
use fig_util::consts::CHAT_BINARY_NAME;
568569
use macos_utils::bundle::get_bundle_path_for_executable;
569570

570571
Ok(get_bundle_path_for_executable(CHAT_BINARY_NAME).unwrap_or(home_local_bin()?.join(CHAT_BINARY_NAME)))

0 commit comments

Comments
 (0)