aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/pi/atuin.ts (renamed from examples/pi/atuin.ts)0
-rw-r--r--crates/atuin/src/command/client/hook.rs2
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/pi/atuin.ts b/contrib/pi/atuin.ts
index 55c17cb8..55c17cb8 100644
--- a/examples/pi/atuin.ts
+++ b/contrib/pi/atuin.ts
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 {