From f9f82c5fdc48eb5ac115f669ff7623fec649b110 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sun, 2 Jun 2024 14:40:56 -0400 Subject: [PATCH] fix prepush dir --- hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pre-push b/hooks/pre-push index 9420bca..2ef7f2c 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -5,5 +5,5 @@ remote="$1" url="$2" echo "[deploy] updating post-receive hook"; { - scp post-receive ${url/\/~/:~}/hooks/post-receive + scp hooks/post-receive ${url/\/~/:~}/hooks/post-receive }