fixed a broken command in dev.sh
All checks were successful
Autotagger / Autotagger (push) Successful in 8s
Build / Export Files (push) Successful in 9s
Build / Documentation (push) Successful in 25s

This commit is contained in:
SeaswimmerTheFsh 2024-03-25 21:06:05 -04:00
parent ace3cf6fa2
commit cfeec53997
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -29,7 +29,7 @@ create_symlink() {
ln -s "$(pwd)/scripts/hooks/post-commit" "$(pwd)/.git/hooks/post-commit" ln -s "$(pwd)/scripts/hooks/post-commit" "$(pwd)/.git/hooks/post-commit"
# Verify symlink creation # Verify symlink creation
ls -l .git/hooks/pre-commit ls -l .git/hooks/post-commit
} }
# Main function # Main function