From ce148460d41a54993bb33ef17ec59ab33e2a34f5 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 13 Apr 2026 21:48:05 +0100 Subject: refactor: rename examples -> contrib (#3400) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- crates/atuin/src/command/client/hook.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/atuin/src/command/client/hook.rs b/crates/atuin/src/command/client/hook.rs index ab7f4b7d..6aa2bb28 100644 --- a/crates/atuin/src/command/client/hook.rs +++ b/crates/atuin/src/command/client/hook.rs @@ -10,7 +10,7 @@ use serde_json::Value; use super::history; const HOOK_EVENT_TYPES: &[&str] = &["PreToolUse", "PostToolUse", "PostToolUseFailure"]; -const PI_EXTENSION_SOURCE: &str = include_str!("../../../../../examples/pi/atuin.ts"); +const PI_EXTENSION_SOURCE: &str = include_str!("../../../../../contrib/pi/atuin.ts"); enum InstallKind { JsonHooks { -- cgit v1.3.1