summaryrefslogtreecommitdiff
path: root/server/hook/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-04 00:11:41 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-04 00:11:41 +0200
commita84d3cb7e9659b57ad3bbca6cc894a46fbf741fd (patch)
tree9a032c6e6c716436084f346790a7901a09b67e23 /server/hook/src
parentcd971e758ba7669b94ea3d1d3c2bf2376550820f (diff)
Make integration actually work
Add logs Add remote keys for each user
Diffstat (limited to 'server/hook/src')
-rw-r--r--server/hook/src/githook.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/hook/src/githook.rs b/server/hook/src/githook.rs
index a9cb898..3a27e2c 100644
--- a/server/hook/src/githook.rs
+++ b/server/hook/src/githook.rs
@@ -57,6 +57,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
None::<String>,
None::<String>,
None::<PathBuf>,
+ None::<PathBuf>,
);
while let Some(line) = lines.next_line().await? {