fix shebang for git hook for OpenBSD

This commit is contained in:
Dominic Reich 2023-04-08 22:40:14 +02:00
parent 7521b5ef80
commit e3bb200937
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -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