diff options
author | EuAndreh <eu@euandre.org> | 2023-11-25 19:54:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-25 19:54:30 -0300 |
commit | 1d682e2c25d9e9b965fd653a94e9c291eb74506e (patch) | |
tree | 77a994287e279c56703e06b9ac8fc332a39528d3 /src/ci | |
parent | description: Add simple description text file (diff) | |
download | asami-1d682e2c25d9e9b965fd653a94e9c291eb74506e.tar.gz asami-1d682e2c25d9e9b965fd653a94e9c291eb74506e.tar.xz |
Change "src/infrastructure/ => src/" everywhere
Diffstat (limited to 'src/ci')
-rwxr-xr-x | src/ci/git-pre-receive.sh | 2 |
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 |