From 6567fe56678272f2bf5d47b26f9022e56946e8bd Mon Sep 17 00:00:00 2001 From: Raelon Masters Date: Tue, 7 Apr 2020 15:18:52 -0400 Subject: [PATCH] adjusted git hook --- entry.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry.sh b/entry.sh index 13ffa35..9ed5721 100755 --- a/entry.sh +++ b/entry.sh @@ -1,3 +1,3 @@ #!/bin/bash -git pull -sh -c database.sh +git fetch +sh -c ./database.sh