fixed a broken command in dev.sh
This commit is contained in:
parent
ace3cf6fa2
commit
cfeec53997
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ create_symlink() {
|
|||
ln -s "$(pwd)/scripts/hooks/post-commit" "$(pwd)/.git/hooks/post-commit"
|
||||
|
||||
# Verify symlink creation
|
||||
ls -l .git/hooks/pre-commit
|
||||
ls -l .git/hooks/post-commit
|
||||
}
|
||||
|
||||
# Main function
|
||||
|
|
Reference in a new issue