summaryrefslogtreecommitdiff
path: root/src/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-25 19:54:30 -0300
committerEuAndreh <eu@euandre.org>2023-11-25 19:54:30 -0300
commit1d682e2c25d9e9b965fd653a94e9c291eb74506e (patch)
tree77a994287e279c56703e06b9ac8fc332a39528d3 /src/ci
parentdescription: Add simple description text file (diff)
downloadasami-1d682e2c25d9e9b965fd653a94e9c291eb74506e.tar.gz
asami-1d682e2c25d9e9b965fd653a94e9c291eb74506e.tar.xz
Change "src/infrastructure/ => src/" everywhere
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/git-pre-receive.sh2
1 files changed, 1 insertions, 1 deletions
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