This commit is contained in:
Joshua Seigler 2025-06-15 14:00:20 -04:00
parent ccf85c1408
commit cba2a45bad
7 changed files with 155 additions and 6 deletions

View file

@ -77,7 +77,6 @@ In my home directory I defined two hook scripts:
`~/webhooks/update-pages.sh`
```bash
#!/bin/bash
# parameter 1 is repo name, parameter 2 is clone url
[[ "$1" == *"/"* ]] && exit 1;