fix: minor print_manual_instructions regression

This commit is contained in:
Nicolas Le Cam
2026-06-09 00:43:55 +02:00
parent c59a76375a
commit 6785a6c769
+1 -1
View File
@@ -508,7 +508,7 @@ fn prompt_telemetry_consent() -> Result<()> {
fn print_manual_instructions(hook_command: &str, include_opencode: bool) {
let settings_path = resolve_claude_dir()
.unwrap_or_else(|_| PathBuf::from(CLAUDE_DIR))
.unwrap_or_else(|_| PathBuf::from(format!("~/{}", CLAUDE_DIR)))
.join(SETTINGS_JSON);
println!("\n MANUAL STEP: Add this to {}:", settings_path.display());
println!(" {{");