fix shebang for git hook for OpenBSD
This commit is contained in:
parent
7521b5ef80
commit
e3bb200937
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# create static files with hugo and upload them with rsync
|
||||
# to my webserver
|
||||
# created: 2023-03-26T23:27:11+0200
|
||||
|
|
Loading…
Reference in a new issue