From 1d682e2c25d9e9b965fd653a94e9c291eb74506e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 25 Nov 2023 19:54:30 -0300 Subject: Change "src/infrastructure/ => src/" everywhere --- src/ci/git-pre-receive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ci') diff --git a/src/ci/git-pre-receive.sh b/src/ci/git-pre-receive.sh index 8cd83ee..051aec5 100755 --- a/src/ci/git-pre-receive.sh +++ b/src/ci/git-pre-receive.sh @@ -9,6 +9,6 @@ if [ "$SHA" = '0000000000000000000000000000000000000000' ]; then fi printf 'Upgrading post-receive hook...' >&2 -git show "$SHA":src/infrastructure/ci/git-post-receive.sh > hooks/post-receive +git show "$SHA":src/ci/git-post-receive.sh > hooks/post-receive chmod +x hooks/post-receive printf 'done.\n' >&2 -- cgit v1.2.3